aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2021-01-16 23:40:36 -0500
committerGitHub <noreply@github.com>2021-01-16 23:40:36 -0500
commit0f2d37f11fac7eed4617684bad2771e864818a8f (patch)
tree6c6ec42fa412c609719d490f3a84462123bbdb79 /runtime
parentabbfaf286f26989b18377d4238f3cea9dc281149 (diff)
parent640febaca71bb4bb0adee399c2cb094f57441430 (diff)
downloadrneovim-0f2d37f11fac7eed4617684bad2771e864818a8f.tar.gz
rneovim-0f2d37f11fac7eed4617684bad2771e864818a8f.tar.bz2
rneovim-0f2d37f11fac7eed4617684bad2771e864818a8f.zip
Merge pull request #13774 from mjlbach/log_warn_cache
log.c: warn instead of error on failed stdpath('cache') creation
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/starting.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index 79459e74c3..4a99aa47bf 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -1339,7 +1339,7 @@ DATA DIRECTORY (DEFAULT) ~
Note: Throughout the user manual these defaults are used as placeholders, e.g.
"~/.config" is understood to mean "$XDG_CONFIG_HOME or ~/.config".
-LOG FILE *$NVIM_LOG_FILE* *E5010*
+LOG FILE *$NVIM_LOG_FILE*
Besides 'debug' and 'verbose', Nvim keeps a general log file for internal
debugging, plugins and RPC clients. >
:echo $NVIM_LOG_FILE