diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-03-23 23:29:21 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-03-24 19:33:42 -0400 |
commit | d85fabc24fbb12fef5f597fc56168cbb20daf214 (patch) | |
tree | c01d8a2e201cf4b588016869079e84ccca140c5c /runtime/vimrc_example.vim | |
parent | adfc8cf50a138a25bbe22f3c6e50ce7bd8c143e7 (diff) | |
download | rneovim-d85fabc24fbb12fef5f597fc56168cbb20daf214.tar.gz rneovim-d85fabc24fbb12fef5f597fc56168cbb20daf214.tar.bz2 rneovim-d85fabc24fbb12fef5f597fc56168cbb20daf214.zip |
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
Diffstat (limited to 'runtime/vimrc_example.vim')
-rw-r--r-- | runtime/vimrc_example.vim | 4 |
1 files changed, 0 insertions, 4 deletions
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 |