From d84b1597fb226456ec4b573b4235f5e88cde8a9a Mon Sep 17 00:00:00 2001 From: jason-zl190 Date: Wed, 31 Aug 2022 20:15:48 -0400 Subject: [PATCH] add one missed word in line 292 --- ch20_views_sessions_viminfo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch20_views_sessions_viminfo.md b/ch20_views_sessions_viminfo.md index 299bb5e..90fb1a3 100644 --- a/ch20_views_sessions_viminfo.md +++ b/ch20_views_sessions_viminfo.md @@ -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!