aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-10-04 11:43:56 +0200
committerGitHub <noreply@github.com>2018-10-04 11:43:56 +0200
commit79b358facd6ca00f1bd60f30f643aed989698b38 (patch)
tree34673ad058e2dd899e87517edff626b1c5bf17a1 /runtime
parent94e585944dac3a1f7b75641676c4b4a3b2054749 (diff)
parentc0d835764fbf33b2effc359498e58e8a114444a8 (diff)
downloadrneovim-79b358facd6ca00f1bd60f30f643aed989698b38.tar.gz
rneovim-79b358facd6ca00f1bd60f30f643aed989698b38.tar.bz2
rneovim-79b358facd6ca00f1bd60f30f643aed989698b38.zip
Merge #9078 from janlazo/vim-8.0.1832
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 064c08c190..2e1d89c524 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -9136,6 +9136,14 @@ This does NOT work: >
variables are automatically deleted when the function
ends.
+:unl[et] ${env-name} ... *:unlet-environment* *:unlet-$*
+ Remove environment variable {env-name}.
+ Can mix {name} and ${env-name} in one :unlet command.
+ No error message is given for a non-existing
+ variable, also without !.
+ If the system does not support deleting an environment
+ variable, it is made emtpy.
+
:lockv[ar][!] [depth] {name} ... *:lockvar* *:lockv*
Lock the internal variable {name}. Locking means that
it can no longer be changed (until it is unlocked).