From 324e3f470603aa09288ba9ba8a271b25b8930a07 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 29 Oct 2017 01:15:19 +1300 Subject: Add explanatory comment for Vim 'nocompatible' --- vim/vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vim/vimrc') 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 -- cgit v1.2.3