diff options
| author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-24 20:59:08 -0400 |
|---|---|---|
| committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-27 09:21:32 -0400 |
| commit | 62adc04f08f78ab3fc179176c9dc41271e7340d6 (patch) | |
| tree | bfe930f9a5a7339ce1b585dd6e1434bc4a489671 /runtime/pack/dist/opt/termdebug/plugin/termdebug.vim | |
| parent | f19c896e9d2ed2ed5970de255f84e0120c36a76e (diff) | |
| download | rneovim-62adc04f08f78ab3fc179176c9dc41271e7340d6.tar.gz rneovim-62adc04f08f78ab3fc179176c9dc41271e7340d6.tar.bz2 rneovim-62adc04f08f78ab3fc179176c9dc41271e7340d6.zip | |
vim-patch:469bdbde1e8e
Minor runtime file updates.
https://github.com/vim/vim/commit/469bdbde1e8ea8110705327ab193acca79296742
Diffstat (limited to 'runtime/pack/dist/opt/termdebug/plugin/termdebug.vim')
| -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 1f5e6682e7..907138c60b 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 Update: 2018 Jun 3 +" Last Change: 2019 Dec 11 " " WORK IN PROGRESS - Only the basics work " Note: On MS-Windows you need a recent version of gdb. The one included with @@ -726,7 +726,7 @@ func s:GotoProgram() call system(printf('powershell -Command "add-type -AssemblyName microsoft.VisualBasic;[Microsoft.VisualBasic.Interaction]::AppActivate(%d);"', s:pid)) endif else - win_gotoid(s:ptywin) + call win_gotoid(s:ptywin) endif endfunc |