diff options
| author | Axel Forsman <axel@axelf.se> | 2023-01-03 11:53:38 +0100 |
|---|---|---|
| committer | Tom Dalziel <tom_dl@hotmail.com> | 2023-08-20 23:46:23 +0100 |
| commit | 433c28cb104dae506205485b87c2c13d2458f495 (patch) | |
| tree | 3e1212618902835b873d0751734cc57578f40230 /evil-search.el | |
| parent | 7fb60f6126bf1e82a7e63a23a67b4b0afc6cec96 (diff) | |
Stop the '</'> and '[/'] marks from intertwining
The function evil-visual-paste would assign to evil-visual-point/-mark
the same markers used by the '[ and '] marks. Therefore, after a
single visual paste Normal mode "gv" would act funkily in that buffer
ever after. To reproduce:
* Enter a new buffer with the contents:
x
y
* With the cursor on "x", type "ylvpjxgv".
The expectation is that "x" should be re-selected. Instead the empty
lower line is selected due to it being the previously changed text.
This commit fixes this, and also removes unused definitions related to
evil-visual-previous-point/-mark.
Diffstat (limited to 'evil-search.el')
0 files changed, 0 insertions, 0 deletions
