X-Git-Url: https://git.sthu.org/?p=pygdb.git;a=blobdiff_plain;f=DbgTerminal.py;h=8fc569fcf1821588cafb71f08b15ed8ab8025745;hp=5cc7b279e5e41f636c05ee8c95967a38309fe4e1;hb=afd9117c8d1d5f614acc120f28c668655be20abf;hpb=ae13f1cd2401475e1fc58be3418fb349cd69fb98 diff --git a/DbgTerminal.py b/DbgTerminal.py index 5cc7b27..8fc569f 100644 --- a/DbgTerminal.py +++ b/DbgTerminal.py @@ -237,6 +237,11 @@ def quitHandler(*w): except: pass + +def updateVim(): + os.system('gvim --servername pygdb --remote-send ":GDBLoadConfig"') + + def relToAbsPath(absfile, relfile): """When an absfile is given and a relfile is given by relative paths relative to absfile, determine the abs