aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2021-01-03 11:31:09 -0800
committerGitHub <noreply@github.com>2021-01-03 20:31:09 +0100
commitfff4facdc47a0c8d088256af4d07c792b38b4a03 (patch)
treec6529a7f7699b88a263920fb11f8c58d20515b2a /runtime/doc
parentfd960a33e4d370917ede6b460efb069e663dbbc9 (diff)
downloadrneovim-fff4facdc47a0c8d088256af4d07c792b38b4a03.tar.gz
rneovim-fff4facdc47a0c8d088256af4d07c792b38b4a03.tar.bz2
rneovim-fff4facdc47a0c8d088256af4d07c792b38b4a03.zip
LSP: fix messageRequest to not return nested title (#13674)
* LSP: fix window/showMessageRequest to not return nested title * Add window/showMessageRequest handler to docs
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/lsp.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt
index 02d41e7f53..6ca7b52fff 100644
--- a/runtime/doc/lsp.txt
+++ b/runtime/doc/lsp.txt
@@ -176,6 +176,7 @@ specification. These LSP requests/notifications are defined by default:
textDocument/typeDefinition*
window/logMessage
window/showMessage
+ window/showMessageRequest
workspace/applyEdit
workspace/symbol