aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-31 08:31:03 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-31 08:31:03 +1300
commit942ed5334b70b292cc9d6916c80d0fbf8010556b (patch)
tree6f2e0ae658c69408312e7acf25e9c8c1445450f5 /vim/vimrc
parentComplete a partially-written comment (diff)
downloaddotfiles-942ed5334b70b292cc9d6916c80d0fbf8010556b.tar.gz
dotfiles-942ed5334b70b292cc9d6916c80d0fbf8010556b.zip
Remove duplicated 'encoding' Vim configuration
This setting is already in vim/config/encoding.vim, having been copied there in 505a2c2; it was intended to be moved rather than copied.
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/vim/vimrc b/vim/vimrc
index f5a08c8b..1730edd2 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1,8 +1,3 @@
-" Use UTF-8 by default wherever possible
-if has('multi_byte')
- set encoding=utf-8
-endif
-
" Load configuration files from ~/.vim/config or its analogue, before Pathogen
" loads all its directories into 'runtimepath'
runtime! config/*.vim