mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
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: #16835 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
f4d87ff888
commit
d6c7913e24
@ -1,4 +1,4 @@
|
|||||||
*insert.txt* For Vim version 9.1. Last change: 2025 Mar 08
|
*insert.txt* For Vim version 9.1. Last change: 2025 Mar 09
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@ -663,8 +663,8 @@ 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
|
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
|
the candidate word that does not match the query is highlighted using
|
||||||
|hl-ComplMatchIns|. If fuzzy is enabled in 'completopt', highlighting will not
|
|hl-ComplMatchIns|. If fuzzy is enabled in 'completeopt', highlighting will
|
||||||
be applied.
|
not be applied.
|
||||||
|
|
||||||
*complete_CTRL-E*
|
*complete_CTRL-E*
|
||||||
When completion is active you can use CTRL-E to stop it and go back to the
|
When completion is active you can use CTRL-E to stop it and go back to the
|
||||||
|
@ -1625,6 +1625,7 @@ func Test_haredoc_file()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_help_file()
|
func Test_help_file()
|
||||||
|
set nomodeline
|
||||||
filetype on
|
filetype on
|
||||||
call assert_true(mkdir('doc', 'pR'))
|
call assert_true(mkdir('doc', 'pR'))
|
||||||
|
|
||||||
@ -1639,6 +1640,7 @@ func Test_help_file()
|
|||||||
bwipe!
|
bwipe!
|
||||||
|
|
||||||
filetype off
|
filetype off
|
||||||
|
set modeline&
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_hook_file()
|
func Test_hook_file()
|
||||||
|
@ -704,6 +704,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1191,
|
||||||
/**/
|
/**/
|
||||||
1190,
|
1190,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user