mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-10 05:04:13 +00:00
add one missed word in line 292
This commit is contained in:
parent
5132cc132f
commit
d84b1597fb
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ Session is a useful tool to preserve your project's external attributes. However
|
|||
|
||||
## Viminfo
|
||||
|
||||
If you notice, after yanking a word into register a and quitting Vim, the next time you open Vim you still that text stored in register a. This is actually a work of Viminfo. Without it, Vim won't remember the register after you close Vim.
|
||||
If you notice, after yanking a word into register a and quitting Vim, the next time you open Vim you still have that text stored in register a. This is actually a work of Viminfo. Without it, Vim won't remember the register after you close Vim.
|
||||
|
||||
If you use Vim 8 or higher, Vim enables Viminfo by default, so you may have been using Viminfo this whole time without knowing it!
|
||||
|
||||
|
|
Loading…
Reference in a new issue