MCPcopy
hub / github.com/SirVer/ultisnips / remember_position

Method remember_position

pythonx/UltiSnips/vim_state.py:78–80  ·  view source on GitHub ↗

Remember the current position as a previous pose.

(self)

Source from the content-addressed store, hash-verified

76 self._unnamed_reg_cached = False
77
78 def remember_position(self):
79 """Remember the current position as a previous pose."""
80 self._poss.append(VimPosition())
81
82 def remember_buffer(self, to):
83 """Remember the content of the buffer and the position."""

Callers 3

remember_bufferMethod · 0.95
_cursor_movedMethod · 0.80
_jumpMethod · 0.80

Calls 2

VimPositionClass · 0.85
appendMethod · 0.80

Tested by

no test coverage detected