aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-30 19:26:53 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-30 19:29:18 +1300
commit074ba8c19100d2153ab5d82b8c23892f6254a06f (patch)
treee0b455b6e6c63cca7096be1c1fdd00181f54f8bd /vim/vimrc
parentApply name conventions, scoping to Vim identifiers (diff)
downloaddotfiles-074ba8c19100d2153ab5d82b8c23892f6254a06f.tar.gz
dotfiles-074ba8c19100d2153ab5d82b8c23892f6254a06f.zip
Remote `scriptencoding` definition
There aren't actually any characters outside ASCII in any of the configuration, and for this to work they would need to have the `scriptencoding` at the head of that file, not at the top of the `.vimrc` as here, so I've just removed it.
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index e0020b5e..f5a08c8b 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1,7 +1,6 @@
-" Use UTF-8 by default wherever possible, including in this file
+" Use UTF-8 by default wherever possible
if has('multi_byte')
set encoding=utf-8
- scriptencoding utf-8
endif
" Load configuration files from ~/.vim/config or its analogue, before Pathogen