mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
docs(options): remove mentions of 'imactivatefunc' and 'imstatusfunc'
This commit is contained in:
@@ -313,10 +313,10 @@ Note: In the future more global options can be made |global-local|. Using
|
|||||||
|
|
||||||
|
|
||||||
*option-value-function*
|
*option-value-function*
|
||||||
Some options ('completefunc', 'imactivatefunc', 'imstatusfunc', 'omnifunc',
|
Some options ('completefunc', 'omnifunc', 'operatorfunc', 'quickfixtextfunc',
|
||||||
'operatorfunc', 'quickfixtextfunc', 'tagfunc' and 'thesaurusfunc') are set to
|
'tagfunc' and 'thesaurusfunc') are set to a function name or a function
|
||||||
a function name or a function reference or a lambda function. When using a
|
reference or a lambda function. When using a lambda it will be converted to
|
||||||
lambda it will be converted to the name, e.g. "<lambda>123". Examples:
|
the name, e.g. "<lambda>123". Examples:
|
||||||
>
|
>
|
||||||
set opfunc=MyOpFunc
|
set opfunc=MyOpFunc
|
||||||
set opfunc=function('MyOpFunc')
|
set opfunc=function('MyOpFunc')
|
||||||
|
Reference in New Issue
Block a user