summaryrefslogtreecommitdiff
path: root/test/normal/duplicate-selections
AgeCommit message (Collapse)Author
2023-08-14Change `+` command not to duplicate identical selections more than onceMaxime Coste
The current exponential behaviour does not seem that useful, it seems more predictible that pressing `+` twice would end up with 3 copies of the original selections instead of 4. Fixes #4533