neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 2ed2c04aa518fb2591497e9a5ebe9cc32d8894a8
parent be19990f30ed004f7f363f79ed05f23039bdfd07
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Mon,  7 Nov 2022 12:12:04 +0800

docs(options): remove mentions of 'imactivatefunc' and 'imstatusfunc'

Diffstat:
Mruntime/doc/options.txt | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt @@ -313,10 +313,10 @@ Note: In the future more global options can be made |global-local|. Using *option-value-function* -Some options ('completefunc', 'imactivatefunc', 'imstatusfunc', 'omnifunc', -'operatorfunc', 'quickfixtextfunc', 'tagfunc' and 'thesaurusfunc') are set to -a function name or a function reference or a lambda function. When using a -lambda it will be converted to the name, e.g. "<lambda>123". Examples: +Some options ('completefunc', 'omnifunc', 'operatorfunc', 'quickfixtextfunc', +'tagfunc' and 'thesaurusfunc') are set to a function name or a function +reference or a lambda function. When using a lambda it will be converted to +the name, e.g. "<lambda>123". Examples: > set opfunc=MyOpFunc set opfunc=function('MyOpFunc')