aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/eval.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua
index 9a66d20dbb..a820f11a5e 100644
--- a/src/nvim/eval.lua
+++ b/src/nvim/eval.lua
@@ -2940,7 +2940,7 @@ M.funcs = {
the current item. For a |Blob| |v:key| has the index of the
current byte. For a |String| |v:key| has the index of the
current character.
- Examples: >
+ Examples: >vim
call foreach(mylist, 'let used[v:val] = v:true')
<This records the items that are in the {expr1} list.
@@ -2968,7 +2968,6 @@ M.funcs = {
foreground = {
args = 0,
params = {},
- signature = '',
lua = false,
},
fullcommand = {
@@ -11887,7 +11886,6 @@ M.funcs = {
test_write_list_log = {
args = 1,
params = { { 'fname', 'string' } },
- signature = '',
lua = false,
},
timer_info = {