diff options
| author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-28 21:30:58 -0400 |
|---|---|---|
| committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-28 21:57:50 -0400 |
| commit | df2acdc3be807393ea8d61bb94c41d792388c0de (patch) | |
| tree | 6807f01a1794e3c0fe40371bd75661873b27461d /runtime/pack/dist/opt/termdebug/plugin | |
| parent | 565783be4b42ec8cf2d24543b7d501499c6a1091 (diff) | |
| download | rneovim-df2acdc3be807393ea8d61bb94c41d792388c0de.tar.gz rneovim-df2acdc3be807393ea8d61bb94c41d792388c0de.tar.bz2 rneovim-df2acdc3be807393ea8d61bb94c41d792388c0de.zip | |
vim-patch:65e0d77a66b7
Update runtime files
https://github.com/vim/vim/commit/65e0d77a66b7e50beb562ad554ace46c32ef8f0f
Omit usr_46.txt because of vim9.
Diffstat (limited to 'runtime/pack/dist/opt/termdebug/plugin')
| -rw-r--r-- | runtime/pack/dist/opt/termdebug/plugin/termdebug.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim index 41d59c39d9..b9ee855836 100644 --- a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim +++ b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim @@ -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 @@ -799,7 +799,7 @@ func s:DeleteCommands() delcommand Asm 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 |