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
1 changed files with 1 additions and 1 deletions

View File

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