aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-12-19 06:29:13 +0100
committerGitHub <noreply@github.com>2023-12-19 13:29:13 +0800
commit693aea0e9e1032aee85d56c1a3f33e0811dbdc18 (patch)
tree9de2a4612d9c875969a2e5ecd392e756603fbe09 /src
parent1cf51a07a6bfb827efc36911cd018da3a3cb863b (diff)
downloadrneovim-693aea0e9e1032aee85d56c1a3f33e0811dbdc18.tar.gz
rneovim-693aea0e9e1032aee85d56c1a3f33e0811dbdc18.tar.bz2
rneovim-693aea0e9e1032aee85d56c1a3f33e0811dbdc18.zip
docs: small fixes (#26448)
Co-authored-by: Gregory Anders <8965202+gpanders@users.noreply.github.com> Co-authored-by: Jordan Mandel <jordan.mandel@live.com>
Diffstat (limited to 'src')
-rw-r--r--src/nvim/options.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index 0d5c24a793..cb25d481ec 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -1441,11 +1441,11 @@ return {
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".