From d85fabc24fbb12fef5f597fc56168cbb20daf214 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Mon, 23 Mar 2015 23:29:21 -0400 Subject: doc: Remove refs to 'compatible' and friends Also remove some MS-DOS references on lines already being touched. Based on this commit: https://github.com/justinmk/neovim/commit/e4db01ca8707c34dc808d7f6378aa3aba9002a2d --- runtime/vimrc_example.vim | 4 ---- 1 file changed, 4 deletions(-) (limited to 'runtime/vimrc_example.vim') diff --git a/runtime/vimrc_example.vim b/runtime/vimrc_example.vim index 7d64d99bf7..cd944155f2 100644 --- a/runtime/vimrc_example.vim +++ b/runtime/vimrc_example.vim @@ -7,10 +7,6 @@ " for Unix: ~/.vimrc " for MS-DOS and Win32: $VIM\_vimrc -" Use Vim settings, rather than Vi settings (much better!). -" This must be first, because it changes other options as a side effect. -set nocompatible - " allow backspacing over everything in insert mode set backspace=indent,eol,start -- cgit