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`.
This commit is contained in:
E Kawashima
2016-07-27 21:52:35 +09:00
committed by Justin M. Keyes
parent 67062d20ed
commit 56f178058a

View File

@@ -353,7 +353,7 @@ Like
but used to store data not generally edited by the user, but used to store data not generally edited by the user,
namely swap, backup, and ShaDa files. namely swap, backup, and ShaDa files.
Defaults to Defaults to
.Pa ~/.local/share/nvim .Pa ~/.local/share
if not set. if not set.
.It Ev VIMINIT .It Ev VIMINIT
A string of Ex commands to be executed at startup. A string of Ex commands to be executed at startup.