Removed two unneeded properties
This commit is contained in:
parent
2d6c5d8a76
commit
d25ffbe78d
@ -108,14 +108,6 @@ class VimState(object):
|
|||||||
return self._text_changed
|
return self._text_changed
|
||||||
buf_changed = property(buf_changed)
|
buf_changed = property(buf_changed)
|
||||||
|
|
||||||
def nr_lines(self):
|
|
||||||
return self._lines
|
|
||||||
nr_lines = property(nr_lines)
|
|
||||||
|
|
||||||
def cols_in_line(self):
|
|
||||||
return self._cols
|
|
||||||
cols_in_line = property(cols_in_line)
|
|
||||||
|
|
||||||
def pos(self):
|
def pos(self):
|
||||||
return self._abs_pos
|
return self._abs_pos
|
||||||
pos = property(pos)
|
pos = property(pos)
|
||||||
@ -143,7 +135,6 @@ class SnippetManager(object):
|
|||||||
|
|
||||||
self._expect_move_wo_change = False
|
self._expect_move_wo_change = False
|
||||||
|
|
||||||
|
|
||||||
def _load_snippets_from(self, ft, fn):
|
def _load_snippets_from(self, ft, fn):
|
||||||
cs = None
|
cs = None
|
||||||
cv = ""
|
cv = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user