summaryrefslogtreecommitdiffstats
path: root/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-11 23:05:48 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-11 23:05:48 +0100
commit469bdbde1e8ea8110705327ab193acca79296742 (patch)
tree2acc911d913510f0766ae9212ed659151ebf83ce /runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
parent36698e34aacee4186e6f5f87f431626752fcb337 (diff)
Minor runtime file updates.
Diffstat (limited to 'runtime/pack/dist/opt/termdebug/plugin/termdebug.vim')
-rw-r--r--runtime/pack/dist/opt/termdebug/plugin/termdebug.vim4
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 5b6340b0bf..9d485d8115 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
@@ -626,7 +626,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