aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2024-08-11 11:58:15 +0100
committerLewis Russell <me@lewisr.dev>2024-08-11 15:14:14 +0100
commit9b5ab66678f8efa1f5fe89205839fe053fe5efaf (patch)
tree14018ce3d9f2f3cde76e65453c201664e5129d8a /runtime/doc
parent8df6736ca14d09f87cf0a8486758ac5708819434 (diff)
downloadrneovim-9b5ab66678f8efa1f5fe89205839fe053fe5efaf.tar.gz
rneovim-9b5ab66678f8efa1f5fe89205839fe053fe5efaf.tar.bz2
rneovim-9b5ab66678f8efa1f5fe89205839fe053fe5efaf.zip
test(lsp): refactor and tidy
- Merge all the top level 'LSP' describe blocks - Refactor text edit tests - Fix typing errors - Add linebreaks between tests
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/lsp.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt
index 89ce2d2be5..32d414e9a7 100644
--- a/runtime/doc/lsp.txt
+++ b/runtime/doc/lsp.txt
@@ -2241,7 +2241,7 @@ symbols_to_items({symbols}, {bufnr}) *vim.lsp.util.symbols_to_items()*
Parameters: ~
• {symbols} (`table`) DocumentSymbol[] or SymbolInformation[]
- • {bufnr} (`integer`)
+ • {bufnr} (`integer?`)
==============================================================================