def init(self): self.__servers = {} self.__documents = {} self.__old_shortcuts = {'n':{}, 'v':{}} self.__currentdocument = None self.__cw = vimcom.communication_window(self) self.__newdocs = {}
def init(self): self.__servers = {} self.__documents = {} self.__old_shortcuts = {'n': {}, 'v': {}} self.__currentdocument = None self.__cw = vimcom.communication_window(self) self.__newdocs = {}
def init(self): self.__files = {} self.__old_shortcuts = {'n': {}, 'v': {}} self.__currentfile = None self.__cw = vimcom.communication_window(self)
def init(self): self.__files = {} self.__old_shortcuts = {'n':{}, 'v':{}} self.__currentfile = None self.__cw = vimcom.communication_window(self)