commit | e7b1ea0276cc83cd5c612f3189a174a60d57b5ed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 07 19:54:59 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 07 19:54:59 2020 +0200 |
tree | a8c3ded5f0cb0966c0385a716f4e82a9a81cb3be | |
parent | 95dd9f2571f09a915674133c73b471b0ebbdcdbf [diff] [blame] |
Update runtime files.
diff --git a/runtime/doc/if_lua.txt b/runtime/doc/if_lua.txt index 65a2d60..b556996 100644 --- a/runtime/doc/if_lua.txt +++ b/runtime/doc/if_lua.txt
@@ -199,8 +199,8 @@ returns it. Note that the buffer is not set as current. - vim.call({name} [,{args}]) - Proxy to call Vim function named {name} with + vim.call({name} [, {args}]) + Proxy to call Vim function named {name} with arguments {args}. Example: > :lua print(vim.call('has', 'timers')) <