From 51961da5117e93f0894e8b345164e68acc35cc62 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 11 Jun 2018 00:16:15 +0200 Subject: [PATCH] doc/man: mention $NVIM_LOG_FILE closes #8043 --- man/nvim.1 | 3 +++ 1 file changed, 3 insertions(+) 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.