mirror of
https://github.com/neovim/neovim.git
synced 2026-07-13 21:00:42 +00:00
build(vim-patch): N/A option callbacks
':h vim-diff' lists N/A options. Vim triggers callbacks when updating some of these options (ie. compatible). These callbacks are N/A.
This commit is contained in:
@@ -1,6 +1,20 @@
|
||||
^change_compatible(
|
||||
^check_restricted(
|
||||
^compatible_set(void)
|
||||
^did_set_compatible(
|
||||
^did_set_cscopequickfix(
|
||||
^did_set_imactivatekey(
|
||||
^did_set_imdisable(
|
||||
^did_set_imstyle(
|
||||
^did_set_insertmode(
|
||||
^did_set_keyprotocol(
|
||||
^did_set_maxcombine(
|
||||
^did_set_pastetoggle(
|
||||
^did_set_printencoding(
|
||||
^did_set_showtabpanel(
|
||||
^did_set_swapsync(
|
||||
^did_set_toolbar[a-zA-Z0-9_]\+(
|
||||
^did_set_ttymouse(
|
||||
^do_fixdel(
|
||||
^ex_behave(
|
||||
^ex_open(
|
||||
|
||||
Reference in New Issue
Block a user