Skip to content

Commit

Permalink
search workspace symbol broken
Browse files Browse the repository at this point in the history
  • Loading branch information
kohnish committed Mar 1, 2023
1 parent 5ca83fc commit 250f270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/lsc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ command! LSClientFindImplementations call lsc#reference#findImplementations()
command! -nargs=? LSClientShowHover call lsc#reference#hover()
command! LSClientDocumentSymbol call lsc#reference#documentSymbols()
command! -nargs=? LSClientWorkspaceSymbol
\ call lsc#search#workspaceSymbol(<args>)
\ call lsc#search#workspaceSymbol(<q-args>)
command! -nargs=? LSClientFindCodeActions
\ call lsc#edit#findCodeActions(lsc#edit#filterActions(<args>))
command! LSClientAllDiagnostics call lsc#diagnostics#showInQuickFix()
Expand Down

0 comments on commit 250f270

Please sign in to comment.