diff options
| author | bfredl <bjorn.linse@gmail.com> | 2022-04-01 10:44:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-01 10:44:58 +0200 |
| commit | 88a4ac22f082e5c9d59acd8e9031908e1d2853c3 (patch) | |
| tree | 0be0e445e5a17ab2009be67995e228218d47554d /runtime/doc | |
| parent | 973e91007ce3f343f7aeed8d30d70a8616ab6bb5 (diff) | |
| parent | 3cc29b7f0d6e1661f39d28716c6a63603a93c11c (diff) | |
| download | rneovim-88a4ac22f082e5c9d59acd8e9031908e1d2853c3.tar.gz rneovim-88a4ac22f082e5c9d59acd8e9031908e1d2853c3.tar.bz2 rneovim-88a4ac22f082e5c9d59acd8e9031908e1d2853c3.zip | |
Merge pull request #17946 from lewis6991/fixes
Quick review fixes for autocmds and keymaps
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/lua.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt index d13e883c28..25c5dd326e 100644 --- a/runtime/doc/lua.txt +++ b/runtime/doc/lua.txt @@ -2025,7 +2025,7 @@ set({mode}, {lhs}, {rhs}, {opts}) *vim.keymap.set()* {rhs} string|function Right-hand side |{rhs}| of the mapping. Can also be a Lua function. If a Lua function and `opts.expr == true`, returning `nil` - or `false` is equivalent to an empty string. + is equivalent to an empty string. {opts} table A table of |:map-arguments| such as "silent". In addition to the options listed in |nvim_set_keymap()|, this table also accepts the |