vim-patch:469bdbde1e8e

Minor runtime file updates.
469bdbde1e
This commit is contained in:
Jan Edmund Lazo
2021-04-24 20:59:08 -04:00
parent f19c896e9d
commit 62adc04f08
3 changed files with 6 additions and 3 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
@@ -726,7 +726,7 @@ func s:GotoProgram()
if has('win32')
if executable('powershell')
call system(printf('powershell -Command "add-type -AssemblyName microsoft.VisualBasic;[Microsoft.VisualBasic.Interaction]::AppActivate(%d);"', s:pid))
endif
endif
else
call win_gotoid(s:ptywin)
endif