From 08660f4b34a1ff78f0ef5a97339c8fcba0e996de Mon Sep 17 00:00:00 2001 From: Victorhck Date: Sat, 13 Mar 2021 19:31:41 +0100 Subject: [PATCH] ch20 added a note for non *nix based OS --- 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 00cf58a..5ba75bd 100644 --- a/ch20_views_sessions_viminfo.md +++ b/ch20_views_sessions_viminfo.md @@ -83,7 +83,7 @@ You might wonder, "Where did Vim save this View file?" To see where Vim saves it :set viewdir? ``` -The default should say `~/.vim/view` (if you have a different OS, it might show a different path. Check out `:h viewdir` for more). If you want to change it to a different path, add this into your vimrc: +In Unix based OS the default should say `~/.vim/view` (if you have a different OS, it might show a different path. Check out `:h viewdir` for more). If you are running a Unix based OS and want to change it to a different path, add this into your vimrc: ``` set viewdir=$HOME/else/where