summaryrefslogtreecommitdiffstats
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-04-26 15:06:45 +0000
committerBram Moolenaar <Bram@vim.org>2007-04-26 15:06:45 +0000
commitd267b9c167bb89a3dd3a742081bcccf47e586b54 (patch)
treed304a15923888b7dac644633849b517a4902da51 /runtime/doc/eval.txt
parent4076b79afd6f85f124cdc5e57241a86b52772332 (diff)
updated for version 7.0-230v7.0.230
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index ceb82ef113..7f4cf813b1 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt* For Vim version 7.0. Last change: 2006 Nov 01
+*eval.txt* For Vim version 7.0. Last change: 2007 Apr 24
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1623,6 +1623,7 @@ glob( {expr}) String expand file wildcards in {expr}
globpath( {path}, {expr}) String do glob({expr}) for all dirs in {path}
has( {feature}) Number TRUE if feature {feature} supported
has_key( {dict}, {key}) Number TRUE if {dict} has entry {key}
+haslocaldir() Number TRUE if current window executed |:lcd|
hasmapto( {what} [, {mode} [, {abbr}]])
Number TRUE if mapping to {what} exists
histadd( {history},{item}) String add an item to a history
@@ -3016,6 +3017,9 @@ has_key({dict}, {key}) *has_key()*
The result is a Number, which is 1 if |Dictionary| {dict} has
an entry with key {key}. Zero otherwise.
+haslocaldir() *haslocaldir()*
+ The result is a Number, which is 1 when the current
+ window has set a local path via |:lcd|, and 0 otherwise.
hasmapto({what} [, {mode} [, {abbr}]]) *hasmapto()*
The result is a Number, which is 1 if there is a mapping that