X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fvim%2Fvimrc;h=5cac7a69bb91c9bbc5de8d773d3e8b67c38bfa4c;hb=cc60a9590c91b0aa7acffa386062869bd11bb871;hp=c40a5214dab5118a179eaf22139e53716ee8c491;hpb=fdc8e8a0089fc457478464f8cbe4b89a813b27fc;p=grml-etc-core.git diff --git a/etc/vim/vimrc b/etc/vim/vimrc index c40a521..5cac7a6 100644 --- a/etc/vim/vimrc +++ b/etc/vim/vimrc @@ -3,7 +3,7 @@ " Authors: grml-team (grml.org), (c) Michael Prokop " Bug-Reports: see http://grml.org/bugs/ " License: This file is licensed under the GPL v2. -" Latest change: Son Mai 28 01:26:49 CEST 2006 [mika] +" Latest change: Son Nov 19 15:26:34 CET 2006 [mika] """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " All system-wide defaults are set in $VIMRUNTIME/debian.vim (usually just @@ -20,7 +20,10 @@ runtime! debian.vim " Uncomment the next line to make Vim more Vi-compatible -" NOTE: debian.vim sets 'nocompatible'. Setting 'compatible' changes numerous +" NOTE: debian.vim sets 'nocompatible', but only if debian.vim is available, +" so let's make sure we run in nocompatible mode: +set nocompatible +" Setting 'compatible' changes numerous " options, so any other options should be set AFTER setting 'compatible'. "set compatible