aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2025-03-11 06:22:22 +0800
committerzeertzjq <zeertzjq@outlook.com>2025-03-11 06:24:57 +0800
commit4281a514e9b751a5a83b29659bdcc9dd8fcd5d06 (patch)
tree3252e99e6086a0adbd6251fbe8f3e544380de0d9 /runtime
parent638b3c0717219ce152cbd255cbc878aa1b34ab95 (diff)
downloadrneovim-4281a514e9b751a5a83b29659bdcc9dd8fcd5d06.tar.gz
rneovim-4281a514e9b751a5a83b29659bdcc9dd8fcd5d06.tar.bz2
rneovim-4281a514e9b751a5a83b29659bdcc9dd8fcd5d06.zip
vim-patch:9.1.1191: tests: test for patch 9.1.1186 doesn't fail without the patch
Problem: Test for patch 9.1.1186 doesn't fail without the patch. Solution: Set 'nomodeline' in the test (zeertzjq). closes: vim/vim#16835 https://github.com/vim/vim/commit/d6c7913e24e07c1d0ea099cda85e0014e8627c5c
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/insert.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index b77339a325..31e6dd1ec4 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -643,7 +643,7 @@ Also see the 'infercase' option if you want to adjust the case of the match.
When inserting a selected candidate word from the |popup-menu|, the part of
the candidate word that does not match the query is highlighted using
-|hl-ComplMatchIns|. If fuzzy is enabled in 'completeopt', highlighting will
+|hl-ComplMatchIns|. If fuzzy is enabled in 'completeopt', highlighting will
not be applied.
*complete_CTRL-E*