Files
neovim/src/nvim/api/keysets.lua
zeertzjq 8e84d1b930 vim-patch:8.2.3584: "verbose set efm" reports location of the :compiler command
Problem:    "verbose set efm" reports the location of the :compiler command.
            (Gary Johnson)
Solution:   Add the "-keepscript" argument to :command and use it when
            defining CompilerSet.
58ef8a31d7
2022-01-21 18:18:18 +08:00

83 lines
1.1 KiB
Lua

return {
context = {
"types";
};
set_extmark = {
"id";
"end_line";
"end_row";
"end_col";
"hl_group";
"virt_text";
"virt_text_pos";
"virt_text_win_col";
"virt_text_hide";
"hl_eol";
"hl_mode";
"ephemeral";
"priority";
"right_gravity";
"end_right_gravity";
"virt_lines";
"virt_lines_above";
"virt_lines_leftcol";
"strict";
};
keymap = {
"noremap";
"nowait";
"silent";
"script";
"expr";
"unique";
"callback";
"desc";
};
get_commands = {
"builtin";
};
user_command = {
"addr";
"bang";
"bar";
"complete";
"count";
"desc";
"force";
"keepscript";
"nargs";
"range";
"register";
};
float_config = {
"row";
"col";
"width";
"height";
"anchor";
"relative";
"win";
"bufpos";
"external";
"focusable";
"zindex";
"border";
"style";
"noautocmd";
};
runtime = {
"is_lua";
};
eval_statusline = {
"winid";
"maxwidth";
"fillchar";
"highlights";
"use_tabline";
};
option = {
"scope";
};
}