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