mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-04-04 12:09:28 +08:00
Typo
This commit is contained in:
parent
1dcaf5e498
commit
d0afeaece2
@ -1373,7 +1373,7 @@ If you happen to access one of the two registers all the time, consider using:
|
|||||||
```vim
|
```vim
|
||||||
set clipboard^=unnamed " * register
|
set clipboard^=unnamed " * register
|
||||||
" or
|
" or
|
||||||
set clipboard^=unammedplus " + register
|
set clipboard^=unnamedplus " + register
|
||||||
```
|
```
|
||||||
|
|
||||||
(The `^=` is used to prepend to the default value, `:h :set^=`.)
|
(The `^=` is used to prepend to the default value, `:h :set^=`.)
|
||||||
@ -1386,7 +1386,7 @@ Related help:
|
|||||||
|
|
||||||
```vim
|
```vim
|
||||||
:h clipboard-unnamed
|
:h clipboard-unnamed
|
||||||
:h clipboard-unammedplus
|
:h clipboard-unnamedplus
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Restore cursor position when opening file
|
#### Restore cursor position when opening file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user