aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 7a67c2c4..d225a148 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1,4 +1,6 @@
-" Don't make any effort to be compatible with vi, use more sensible settings
+" Don't make any effort to be compatible with vi, use more sensible settings.
+" This is only here in case this file gets loaded explicitly with -u; the mere
+" existence of a ~/.vimrc file already turns this off.
set nocompatible
" Use UTF-8 by default wherever possible, including in this file