1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-20 13:51:25 +02:00

add help for the special version of :unlet

This commit is contained in:
Doug Kearns
2008-08-05 02:42:47 +00:00
parent 19916d7118
commit 0cff571607
+2 -1
View File
@@ -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: