aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-06-11 00:16:15 +0200
committerJustin M. Keyes <justinkz@gmail.com>2018-06-11 00:16:15 +0200
commit51961da5117e93f0894e8b345164e68acc35cc62 (patch)
treedc0b0ab462c19e4e90e2e3254aa4e8b55c7ac14e
parentf72f638f976347e2f14fc6ae5e5293c02d5ccfc1 (diff)
downloadrneovim-51961da5117e93f0894e8b345164e68acc35cc62.tar.gz
rneovim-51961da5117e93f0894e8b345164e68acc35cc62.tar.bz2
rneovim-51961da5117e93f0894e8b345164e68acc35cc62.zip
doc/man: mention $NVIM_LOG_FILE
closes #8043
-rw-r--r--man/nvim.13
1 files changed, 3 insertions, 0 deletions
diff --git a/man/nvim.1 b/man/nvim.1
index 2afd31155d..28b699a07b 100644
--- a/man/nvim.1
+++ b/man/nvim.1
@@ -323,6 +323,9 @@ Print version information and exit.
.El
.Sh ENVIRONMENT
.Bl -tag -width Fl
+.It Ev NVIM_LOG_FILE
+Low-level log file, usually found at ~/.local/share/nvim/log. See :help
+$NVIM_LOG_FILE.
.It Ev VIM
Used to locate user files, such as init.vim.
System-dependent, see :help $VIM.