From c5bcc14b14e57ad9f710da87640888894ff23e76 Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Mon, 31 Jul 2023 21:34:01 -0700 Subject: [PATCH] Options changed autocmd is not invoked --- autoload/lsp/options.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/lsp/options.vim b/autoload/lsp/options.vim index e791967..c2d9ca7 100644 --- a/autoload/lsp/options.vim +++ b/autoload/lsp/options.vim @@ -156,7 +156,7 @@ export def OptionsSet(opts: dict) endif # Apply the changed options - if exists('LspCmds##User#LspOptionsChanged') + if exists('#LspCmds#User#LspOptionsChanged') :doautocmd LspCmds User LspOptionsChanged endif enddef -- 2.48.1