]> Sergey Matveev's repositories - vim-lsp.git/blobdiff - autoload/lsp/outline.vim
Pass buffer number as the argument to the autocmd handlers
[vim-lsp.git] / autoload / lsp / outline.vim
index dd7a049f3f9d578e6e11566b426edae7c3db0b9d..b414884d551e92dfae5c8845512332391d02a4c4 100644 (file)
@@ -213,7 +213,7 @@ enddef
 # when the outline window is closed, do the cleanup
 def OutlineCleanup()
   # Remove the outline autocommands
-  silent! autocmd_delete([{group: 'LSPOutline'}])
+  :silent! autocmd_delete([{group: 'LSPOutline'}])
 
   :silent! syntax clear LSPTitle
 enddef