mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 18:06:30 +00:00
@@ -1441,7 +1441,7 @@ ArrayOf(Dictionary) nvim_get_keymap(String mode)
|
||||
/// @param rhs Right-hand-side |{rhs}| of the mapping.
|
||||
/// @param opts Optional parameters map: Accepts all |:map-arguments| as keys except |<buffer>|,
|
||||
/// values are booleans (default false). Also:
|
||||
/// - "noremap" non-recursive mapping |:noremap|
|
||||
/// - "noremap" disables |recursive_mapping|, like |:noremap|
|
||||
/// - "desc" human-readable description.
|
||||
/// - "callback" Lua function called in place of {rhs}.
|
||||
/// - "replace_keycodes" (boolean) When "expr" is true, replace keycodes in the
|
||||
|
@@ -5572,7 +5572,7 @@ M.funcs = {
|
||||
jobstart = {
|
||||
args = { 1, 2 },
|
||||
desc = [=[
|
||||
Note: Prefer |vim.system()| in Lua.
|
||||
Note: Prefer |vim.system()| in Lua (unless using the `pty` option).
|
||||
|
||||
Spawns {cmd} as a job.
|
||||
If {cmd} is a List it runs directly (no 'shell').
|
||||
|
@@ -3938,9 +3938,8 @@ return {
|
||||
cb = 'did_set_ignorecase',
|
||||
defaults = { if_true = false },
|
||||
desc = [=[
|
||||
Ignore case in search patterns. Also used when searching in the tags
|
||||
file.
|
||||
Also see 'smartcase' and 'tagcase'.
|
||||
Ignore case in search patterns, completion, and when searching the tags file.
|
||||
See also 'smartcase' and 'tagcase'.
|
||||
Can be overruled by using "\c" or "\C" in the pattern, see
|
||||
|/ignorecase|.
|
||||
]=],
|
||||
|
Reference in New Issue
Block a user