aboutsummaryrefslogtreecommitdiff
path: root/runtime/vimrc_example.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-03-24 19:53:31 -0400
committerJustin M. Keyes <justinkz@gmail.com>2015-03-24 19:53:31 -0400
commitc56c035576f56f86405c40f3708bff49c996f1f8 (patch)
treec01d8a2e201cf4b588016869079e84ccca140c5c /runtime/vimrc_example.vim
parente16ff72e71172730f1d2e7c814f774c1174af36b (diff)
parentd85fabc24fbb12fef5f597fc56168cbb20daf214 (diff)
downloadrneovim-c56c035576f56f86405c40f3708bff49c996f1f8.tar.gz
rneovim-c56c035576f56f86405c40f3708bff49c996f1f8.tar.bz2
rneovim-c56c035576f56f86405c40f3708bff49c996f1f8.zip
Merge #2236 'docs cleanup'
Diffstat (limited to 'runtime/vimrc_example.vim')
-rw-r--r--runtime/vimrc_example.vim4
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