aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-19 22:16:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-19 22:16:04 +1200
commit9a17de5bab2426aa204da0f439baeaf972602672 (patch)
tree32b701c8c7e1feba4fd0e0ea2d13dbd1216feea7 /vim
parentSwitch back to Pale Moon (diff)
downloaddotfiles-9a17de5bab2426aa204da0f439baeaf972602672.tar.gz
dotfiles-9a17de5bab2426aa204da0f439baeaf972602672.zip
Specify encoding of .vimrc
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 0fefe3c0..d16de2eb 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1,3 +1,6 @@
+" This file is UTF-8, of course
+scriptencoding utf-8
+
" Don't make any effort to be compatible with vi, use more sensible settings
set nocompatible