]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Options changed autocmd is not invoked
authorYegappan Lakshmanan <yegappan@yahoo.com>
Tue, 1 Aug 2023 04:34:01 +0000 (21:34 -0700)
committerYegappan Lakshmanan <yegappan@yahoo.com>
Tue, 1 Aug 2023 04:34:01 +0000 (21:34 -0700)
autoload/lsp/options.vim

index e79196726df490cfaae6343439f581dab170478f..c2d9ca7e70d54c704007da9331eeb540cc9a3605 100644 (file)
@@ -156,7 +156,7 @@ export def OptionsSet(opts: dict<any>)
   endif
 
   # Apply the changed options
-  if exists('LspCmds##User#LspOptionsChanged')
+  if exists('#LspCmds#User#LspOptionsChanged')
     :doautocmd <nomodeline> LspCmds User LspOptionsChanged
   endif
 enddef