diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-06-11 00:16:15 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-06-11 00:16:15 +0200 |
commit | 51961da5117e93f0894e8b345164e68acc35cc62 (patch) | |
tree | dc0b0ab462c19e4e90e2e3254aa4e8b55c7ac14e | |
parent | f72f638f976347e2f14fc6ae5e5293c02d5ccfc1 (diff) | |
download | rneovim-51961da5117e93f0894e8b345164e68acc35cc62.tar.gz rneovim-51961da5117e93f0894e8b345164e68acc35cc62.tar.bz2 rneovim-51961da5117e93f0894e8b345164e68acc35cc62.zip |
doc/man: mention $NVIM_LOG_FILE
closes #8043
-rw-r--r-- | man/nvim.1 | 3 |
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. |