We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441d13f commit 377972dCopy full SHA for 377972d
README.md
@@ -14,7 +14,7 @@ g:hlyanked_hlgroup = 'Visual'
14
g:hlyanked_timeout = 400 # [ms]
15
```
16
17
-When you yank some new text, the newly yanked text ends up in the '1' register
+When you yank some new text, the newly yanked text ends up in the 1 register
18
and the content of the following registers is shifted by one (i.e. the content
19
of register 2 is moved into register 3, the content of register 3 is moved
20
into register 4 and so on). In this way you never lose previously yanked text.
0 commit comments