Searched refs:VimPane (Results 1 – 1 of 1) sorted by relevance
78 return (None, VimPane.MSG_NO_PROCESS)82 return (None, VimPane.MSG_NO_THREADS)93 return (None, VimPane.MSG_NO_FRAME)209 class VimPane(object): class336 if name in VimPane.highlightTypes:341 VimPane.highlightTypes.append(name)377 class FrameKeyValuePane(VimPane):383 VimPane.__init__(self, owner, name, open_below)389 self.changedHighlight = VimPane.CHANGED_VALUE_HIGHLIGHT_NAME_GUI391 self.changedHighlight = VimPane.CHANGED_VALUE_HIGHLIGHT_NAME_TERM[all …]