Merge pull request #78 from victorhck/master

ch20 added a note for non *nix based OS
pull/81/head
Igor Irianto 3 years ago committed by GitHub
commit 7ba8539316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save