Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
yegappan committed Feb 21, 2024
1 parent a4cdb9c commit 718540a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/lsp/handlers.vim
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ enddef
# Request: "client/registerCapability"
# Param: RegistrationParams
def ProcessClientRegisterCap(lspserver: dict<any>, request: dict<any>)
lspserver.sendResponse(request, null {})
lspserver.sendResponse(request, null, {})
enddef

# process the client/unregisterCapability LSP server request
Expand Down

0 comments on commit 718540a

Please sign in to comment.