adding auto-load-config of vim when pygdb gets re-activated
[pygdb.git] / PositionFrame.py
index c3751fd7bc688d74da43d0f542c6d9844326cc8f..d3fc3cf86588052c29b8b547d9efda4989178a03 100644 (file)
@@ -57,7 +57,7 @@ class PositionFrame (StatusFrame.StatusFrame):
                
                if self.file!=None:
                        try:
-                               cmd = 'gvim -c ":GDBLoadConfig" %s' % (self.file)
+                               cmd = 'gvim --servername pygdb -c ":GDBLoadConfig" %s' % (self.file)
                                os.system(cmd)
                        except OSError:
                                dialog = gtk.MessageDialog(None, \