mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user