示例#1
0
 def init(self):
     self.__servers = {}
     self.__documents = {}
     self.__old_shortcuts = {'n':{}, 'v':{}}
     self.__currentdocument = None
     self.__cw = vimcom.communication_window(self)
     self.__newdocs = {}
示例#2
0
 def init(self):
     self.__servers = {}
     self.__documents = {}
     self.__old_shortcuts = {'n': {}, 'v': {}}
     self.__currentdocument = None
     self.__cw = vimcom.communication_window(self)
     self.__newdocs = {}
示例#3
0
 def init(self):
     self.__files = {}
     self.__old_shortcuts = {'n': {}, 'v': {}}
     self.__currentfile = None
     self.__cw = vimcom.communication_window(self)
示例#4
0
 def init(self):
     self.__files = {}
     self.__old_shortcuts = {'n':{}, 'v':{}}
     self.__currentfile = None
     self.__cw = vimcom.communication_window(self)