docs: small fixes (#26448)

Co-authored-by: Gregory Anders <8965202+gpanders@users.noreply.github.com>
Co-authored-by: Jordan Mandel <jordan.mandel@live.com>
This commit is contained in:
dundargoc
2023-12-19 06:29:13 +01:00
committed by GitHub
parent 1cf51a07a6
commit 693aea0e9e
8 changed files with 18 additions and 22 deletions

View File

@@ -1049,11 +1049,11 @@ vim.bo.cfu = vim.bo.completefunc
--- completion in the preview window. Only works in
--- combination with "menu" or "menuone".
---
--- noinsert Do not insert any text for a match until the user selects
--- noinsert Do not insert any text for a match until the user selects
--- a match from the menu. Only works in combination with
--- "menu" or "menuone". No effect if "longest" is present.
---
--- noselect Do not select a match in the menu, force the user to
--- noselect Do not select a match in the menu, force the user to
--- select one from the menu. Only works in combination with
--- "menu" or "menuone".
---