X-Git-Url: https://git.sthu.org/?p=pygdb.git;a=blobdiff_plain;f=DbgTerminal.py;h=aa04b3d7900e8f6e721a615f4b982211db5dc4c7;hp=8fc569fcf1821588cafb71f08b15ed8ab8025745;hb=379760912de740354f07f223b308d5092c0700ad;hpb=afd9117c8d1d5f614acc120f28c668655be20abf diff --git a/DbgTerminal.py b/DbgTerminal.py index 8fc569f..aa04b3d 100644 --- a/DbgTerminal.py +++ b/DbgTerminal.py @@ -239,7 +239,7 @@ def quitHandler(*w): def updateVim(): - os.system('gvim --servername pygdb --remote-send ":GDBLoadConfig"') + os.system('gvim --servername pygdb --remote-send " :GDBLoadConfig"') def relToAbsPath(absfile, relfile):