" The default vimrc file.
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last change: 2017 Apr 01
+" Last change: 2017 Apr 12
"
" This is loaded if no vimrc file was found.
" Except when Vim is run with "-u NONE" or "-C".
" When the +eval feature is missing, the set command above will be skipped.
" Use a trick to reset compatible only when the +eval feature is missing.
-if 1
- nnoremap : :"
-endif
-silent normal :set nocompatible\r
-if 1
- nunmap :
-endif
+silent! while 0
+ set nocompatible
+silent! endwhile
" Allow backspacing over everything in insert mode.
set backspace=indent,eol,start