Skip to content

Tags: prabirshrestha/vim-lsp

Tags

v0.1.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix/showsigpreview (#1042)

* ensure l:bufferlines is defined when using preview window

previously, when using the preview window to show signatures, the code
failed with an stacktrace like:

    "s:on_stdout client request on_notification() error",
    "Vim(return):E121: Undefined variable: l:bufferlines",
    "function <SNR>118_out_cb[2]..
    <SNR>107_on_stdout[79]..
    <SNR>92_request_on_notification[3]..
    <SNR>93_createNext[1]..
    <SNR>93_subscribeSourceCallback[2]..
    <lambda>738[1]..
    <SNR>94_handle_signature_help[48]..
    lsp#ui#vim#output#preview[39]..
    lsp#ui#vim#output#get_size_info, line 22"

This commit ensures that the required variable is properly defined in
all the situations (popup, nvim, preview window)

* removed superfluous return statement

v0.1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add goto definition integration tests for same file (#972)

* add goto definition integration tests for same file

v0.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix textEdit check (#914)

v0.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support any completion-engine (#672)

Co-authored-by: Prabir Shrestha <[email protected]>

v0.1.0

Update README.md