adding auto-load-config of vim when pygdb gets re-activated
[pygdb.git] / StatusWindow.py
index 3d77dea2d21b939efcf72968e87bd0a184183182..6c918e5c306731c3d36212c4c749977b30a54f37 100644 (file)
@@ -99,3 +99,6 @@ class StatusWindow (gtk.Window):
                self.fillConfiguration(conf)
                conf.store(".pygdb.conf")
 
+               os.system('gvim --servername pygdb --remote-send ":GDBLoadConfig<CR>"')
+
+