From 5ea3a830168bf705743c7d97d90f3db9db7f8c0a Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 17 Jun 2019 19:30:50 +0100 Subject: [PATCH] Set nocompatible at the very start of the file --- vimrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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