Remember the current position as a previous pose.
(self)
| 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.""" |
no test coverage detected