summaryrefslogtreecommitdiffstats
path: root/runtime/doc/if_lua.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-09-05 22:13:31 +0200
committerBram Moolenaar <Bram@vim.org>2013-09-05 22:13:31 +0200
commit7cba6c0636191af353430c5a49b514692fa259ac (patch)
tree6ad8420c61e27d1fd77d4ecdcd632b957c2e1f15 /runtime/doc/if_lua.txt
parentbec9c20884290cc64e63d4eec531c0a2fbdcd3f6 (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/if_lua.txt')
-rw-r--r--runtime/doc/if_lua.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/if_lua.txt b/runtime/doc/if_lua.txt
index 8d9383c03e..2b322ddbae 100644
--- a/runtime/doc/if_lua.txt
+++ b/runtime/doc/if_lua.txt
@@ -1,4 +1,4 @@
-*if_lua.txt* For Vim version 7.4. Last change: 2012 Jun 29
+*if_lua.txt* For Vim version 7.4. Last change: 2013 Sep 04
VIM REFERENCE MANUAL by Luis Carvalho
@@ -135,7 +135,7 @@ Vim evaluation and command execution, and others.
<
vim.funcref({name}) Returns a Funcref to function {name} (see
|Funcref|). It is equivalent to Vim's
- "function".
+ "function". NOT IMPLEMENTED YET
vim.buffer([arg]) If "arg" is a number, returns buffer with
number "arg" in the buffer list or, if "arg"