File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11" The default vimrc file.
22"
33" Maintainer: Bram Moolenaar <[email protected] >4- " Last change: 2016 Sep 02
4+ " Last change: 2017 Mar 08
55"
66" This is loaded if no vimrc file was found.
77" Except when Vim is run with "-u NONE" or "-C".
2121
2222" Use Vim settings, rather than Vi settings (much better!).
2323" This must be first, because it changes other options as a side effect.
24- set nocompatible
24+ " Avoid side effects when it was already reset.
25+ if &compatible
26+ set nocompatible
27+ endif
2528
2629" Allow backspacing over everything in insert mode.
2730set backspace = indent ,eol ,start
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764764
765765static int included_patches [] =
766766{ /* Add new patch number below this line */
767+ /**/
768+ 463 ,
767769/**/
768770 462 ,
769771/**/
You can’t perform that action at this time.
0 commit comments