From: Yegappan Lakshmanan Date: Tue, 1 Aug 2023 04:34:01 +0000 (-0700) Subject: Options changed autocmd is not invoked X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=c5bcc14b14e57ad9f710da87640888894ff23e76;p=vim-lsp.git Options changed autocmd is not invoked --- 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