add one missed word in line 292

pull/158/head
jason-zl190 2 years ago
parent 5132cc132f
commit d84b1597fb

@ -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…
Cancel
Save