diff --git a/vimrc b/vimrc index 31308ae..f8a37ec 100644 --- a/vimrc +++ b/vimrc @@ -5,6 +5,10 @@ " Includes parts from Tim Pope's «sensible.vim» " . +" ====================================================================== +" Set this first to avoid overwriting later settings. +set nocompatible + " ====================================================================== " Load Pathogen if Vim does not support packages. if !has("packages") @@ -49,7 +53,6 @@ set linebreak set list set listchars=tab:→·,trail:~,extends:>,precedes:< set modelines=0 -set nocompatible set nomodeline set nrformats-=octal set number