vim: update to 8.2

Removed multibyte options. They must now be enabled.

Refreshed patches.

Commented out autowrite as requested in
https://github.com/openwrt/packages/pull/12177

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-07-28 14:22:08 -07:00
parent 00e6d53c73
commit a52f36cbb8
6 changed files with 37 additions and 44 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
set showcmd " show (partial) command in status line
set showmatch " show matching brackets
set incsearch " incremental search
set autowrite " automatically save before commands like :next and :make
"set autowrite " automatically save before commands like :next and :make
set nocompatible " use vim defaults instead of 100% vi compatibility
set backspace=indent,eol,start " more powerful backspacing
set autoindent " always set autoindenting on