From 0cff5716079ebdac8c84e2b1d551f2d36f9d55f7 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 5 Aug 2008 02:42:47 +0000 Subject: [PATCH] add help for the special version of :unlet --- locale/en-US/eval.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/locale/en-US/eval.txt b/locale/en-US/eval.txt index 5d6f7dd8..f79bf1f7 100644 --- a/locale/en-US/eval.txt +++ b/locale/en-US/eval.txt @@ -61,7 +61,7 @@ ________________________________________________________________________________ ||:let|| ________________________________________________________________________________ Sets or lists a variable. Sets the variable {var-name} to the value of the -expression {expr1}.If no expression is given, the value of the variable is +expression {expr1}. If no expression is given, the value of the variable is displayed.Without arguments, displays a list of all variables. ________________________________________________________________________________ @@ -69,7 +69,8 @@ ________________________________________________________________________________ |:unl| |:unlet| ||:unl[et][!] {name} ...|| + ________________________________________________________________________________ -Deletes the variable {name}. Several variable names can be given. +Deletes the variable {name}. Several variable names can be given. When used +with [!] no error message is output for non-existing variables. ________________________________________________________________________________ // vim: set syntax=asciidoc: