mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-09-18 05:04:30 +08:00
Typo
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user