Update runtime files

This commit is contained in:
Bram Moolenaar
2022-05-07 21:54:03 +01:00
parent a7583c42cd
commit d899e51120
33 changed files with 15450 additions and 8842 deletions

View File

@ -2,7 +2,7 @@
"
" Author: Bram Moolenaar
" Copyright: Vim license applies, see ":help license"
" Last Change: 2022 Apr 16
" Last Change: 2022 May 04
"
" WORK IN PROGRESS - The basics works stable, more to come
" Note: In general you need at least GDB 7.12 because this provides the
@ -915,7 +915,7 @@ func s:DeleteCommands()
if empty(s:k_map_saved)
nunmap K
else
call mapset('n', 0, s:k_map_saved)
call mapset(s:k_map_saved)
endif
unlet s:k_map_saved
endif