vim-patch:1b884a005398

Update runtime files.
1b884a0053

Omit doc/autocmd.txt.
Omit tools/emoji_list.vim. Patch v8.2.1540 is not ported.
This commit is contained in:
Jan Edmund Lazo
2021-05-01 19:29:13 -04:00
parent 83b6a18598
commit 710f0eae2f
10 changed files with 1667 additions and 157 deletions

View File

@@ -2,7 +2,7 @@
"
" Author: Bram Moolenaar
" Copyright: Vim license applies, see ":help license"
" Last Change: 2020 Oct 28
" Last Change: 2020 Dec 07
"
" WORK IN PROGRESS - Only the basics work
" Note: On MS-Windows you need a recent version of gdb. The one included with
@@ -815,8 +815,12 @@ func s:DeleteCommands()
delcommand Program
delcommand Source
delcommand Asm
delcommand Winbar
delcommand Winbar
if exists('s:k_map_saved')
if empty(s:k_map_saved)
nunmap K
else
call mapset('n', 0, s:k_map_saved)
endif
unlet s:k_map_saved