Skip to content

Commit 377972d

Browse files
committed
.
1 parent 441d13f commit 377972d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ g:hlyanked_hlgroup = 'Visual'
1414
g:hlyanked_timeout = 400 # [ms]
1515
```
1616

17-
When you yank some new text, the newly yanked text ends up in the '1' register
17+
When you yank some new text, the newly yanked text ends up in the 1 register
1818
and the content of the following registers is shifted by one (i.e. the content
1919
of register 2 is moved into register 3, the content of register 3 is moved
2020
into register 4 and so on). In this way you never lose previously yanked text.

0 commit comments

Comments
 (0)