Esempio n. 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 = {}
Esempio n. 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 = {}
Esempio n. 3
0
 def init(self):
     self.__files = {}
     self.__old_shortcuts = {'n': {}, 'v': {}}
     self.__currentfile = None
     self.__cw = vimcom.communication_window(self)
Esempio n. 4
0
 def init(self):
     self.__files = {}
     self.__old_shortcuts = {'n':{}, 'v':{}}
     self.__currentfile = None
     self.__cw = vimcom.communication_window(self)