aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp.lua
diff options
context:
space:
mode:
authorGregory Anders <8965202+gpanders@users.noreply.github.com>2021-10-19 13:55:22 -0600
committerGitHub <noreply@github.com>2021-10-19 12:55:22 -0700
commitdfef90a518005a6ace8b363fe1df89dd8ec3c4ce (patch)
tree77549ad0d64ccae0411338751e29f27a7937abf0 /runtime/lua/vim/lsp.lua
parent064411ea7ff825aed3d4e01207914ed61d7ee79d (diff)
downloadrneovim-dfef90a518005a6ace8b363fe1df89dd8ec3c4ce.tar.gz
rneovim-dfef90a518005a6ace8b363fe1df89dd8ec3c4ce.tar.bz2
rneovim-dfef90a518005a6ace8b363fe1df89dd8ec3c4ce.zip
fix(gen_vimdoc.py): spacing around inline elements #16092
The spacing fix drew attention to a couple of places that were using incorrect formatting such as the key listing for `nvim_open_win`, so those were fixed too.
Diffstat (limited to 'runtime/lua/vim/lsp.lua')
-rw-r--r--runtime/lua/vim/lsp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/lsp.lua b/runtime/lua/vim/lsp.lua
index 9c35351608..ad6c90cd03 100644
--- a/runtime/lua/vim/lsp.lua
+++ b/runtime/lua/vim/lsp.lua
@@ -1430,7 +1430,7 @@ end
---@param findstart 0 or 1, decides behavior
---@param base If findstart=0, text to match against
---
----@returns (number) Decided by `findstart`:
+---@returns (number) Decided by {findstart}:
--- - findstart=0: column where the completion starts, or -2 or -3
--- - findstart=1: list of matches (actually just calls |complete()|)
function lsp.omnifunc(findstart, base)