diff options
author | E Kawashima <e-kwsm@users.noreply.github.com> | 2016-07-27 21:52:35 +0900 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-07-27 08:52:35 -0400 |
commit | 56f178058a25d550568d9673b13f08cfa1510a75 (patch) | |
tree | 0731af229e0c437d23d67b067718aa076da565a8 | |
parent | 67062d20ede952f0658f2418867adce381a69c64 (diff) | |
download | rneovim-56f178058a25d550568d9673b13f08cfa1510a75.tar.gz rneovim-56f178058a25d550568d9673b13f08cfa1510a75.tar.bz2 rneovim-56f178058a25d550568d9673b13f08cfa1510a75.zip |
man: fix description of XDG_DATA_HOME (#5120)
If not set `XDG_DATA_HOME` is defaulted to `~/.local/share`; the data are stored under the `$XDG_DATA_HOME/nvim`.
-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 2fa3ab8ff5..70bf480f2b 100644 --- a/man/nvim.1 +++ b/man/nvim.1 @@ -353,7 +353,7 @@ Like but used to store data not generally edited by the user, namely swap, backup, and ShaDa files. Defaults to -.Pa ~/.local/share/nvim +.Pa ~/.local/share if not set. .It Ev VIMINIT A string of Ex commands to be executed at startup. |