aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2016-12-01 15:00:58 +0100
committerGitHub <noreply@github.com>2016-12-01 15:00:58 +0100
commitd2e8c76dc22460ddfde80477dd93aab3d5866506 (patch)
tree4eb42bd2ae42fe8b683b3a4ea5ecb1b1a788183f /runtime
parent5194e3bc458eaa43871398bacea01e2d8b30b7e6 (diff)
parentdf2ffe48ce71ec2653bd74a566a8f4ef585e1d55 (diff)
downloadrneovim-d2e8c76dc22460ddfde80477dd93aab3d5866506.tar.gz
rneovim-d2e8c76dc22460ddfde80477dd93aab3d5866506.tar.bz2
rneovim-d2e8c76dc22460ddfde80477dd93aab3d5866506.zip
Merge PR #5651 from mhinz/vv/exitval
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 254cf8b418..cca53db531 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1383,6 +1383,9 @@ v:dying Normally zero. When a deadly signal is caught it's set to
< Note: if another deadly signal is caught when v:dying is one,
VimLeave autocommands will not be executed.
+ *v:exiting* *exiting-variable*
+v:exiting The exit value Nvim will use. Before exiting, it is |v:null|.
+
*v:errmsg* *errmsg-variable*
v:errmsg Last given error message. It's allowed to set this variable.
Example: >