diff options
author | rht <rhtbot@protonmail.com> | 2020-02-09 19:43:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-09 16:43:06 -0800 |
commit | d34f042ed539565be3915745162eff13a8a0043a (patch) | |
tree | f4d10c9b5957b0a57a129557f091ffed8c4c6978 | |
parent | 174f7a29801be2d6680c8e7e5a3625c8c7dfe458 (diff) | |
download | rneovim-d34f042ed539565be3915745162eff13a8a0043a.tar.gz rneovim-d34f042ed539565be3915745162eff13a8a0043a.tar.bz2 rneovim-d34f042ed539565be3915745162eff13a8a0043a.zip |
doc/manpage: reference $VIM instead of /usr/local/share #11840 [ci skip]
-rw-r--r-- | man/nvim.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/nvim.1 b/man/nvim.1 index bc11739747..dd02d33891 100644 --- a/man/nvim.1 +++ b/man/nvim.1 @@ -378,7 +378,7 @@ See also System-global .Nm configuration file. -.It Pa /usr/local/share/nvim +.It Pa $VIM/nvim System-global .Nm runtime directory. |