Minor runtime file updates.

This commit is contained in:
Bram Moolenaar
2019-12-11 23:05:48 +01:00
parent 36698e34aa
commit 469bdbde1e
6 changed files with 93 additions and 9 deletions

View File

@ -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