Update runtime files

This commit is contained in:
Bram Moolenaar
2020-06-14 17:29:55 +02:00
parent 8e20f75e58
commit 65e0d77a66
25 changed files with 629 additions and 232 deletions

View File

@ -2,7 +2,7 @@
"
" Author: Bram Moolenaar
" Copyright: Vim license applies, see ":help license"
" Last Change: 2020 May 22
" Last Change: 2020 Jun 12
"
" WORK IN PROGRESS - Only the basics work
" Note: On MS-Windows you need a recent version of gdb. The one included with
@ -710,7 +710,7 @@ func s:DeleteCommands()
delcommand Source
delcommand Winbar
if exists('s:k_map_saved')
if exists('s:k_map_saved') && !empty(s:k_map_saved)
call mapset('n', 0, s:k_map_saved)
unlet s:k_map_saved
endif