patch 9.1.0807: tests: having 'nolist' in modelines isn't always desired

Problem:  tests: having 'nolist' in modelines isn't always desired
Solution: remove 'nolist' from modeline (zeertzjq)

closes: #15910

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq
2024-10-22 23:11:27 +02:00
committed by Christian Brabandt
parent b38700ac81
commit 3e5bbb8e11
5 changed files with 6 additions and 4 deletions

View File

@ -21,4 +21,4 @@ set display=lastline ruler scrolloff=5 t_ZH= t_ZR=
# Anticipate non-Latin-1 characters in "input/" files.
set encoding=utf-8 termencoding=utf-8
# vim:fdm=syntax:sw=2:ts=8:noet:nolist:nosta:
# vim:fdm=syntax:sw=2:ts=8:noet:nosta:

View File

@ -73,4 +73,4 @@ def g:Init(subtreedirname: string, count: number)
endif
enddef
# vim:fdm=syntax:sw=2:ts=8:noet:nolist:nosta:
# vim:fdm=syntax:sw=2:ts=8:noet:nosta:

View File

@ -481,4 +481,4 @@ endif
qa!
" vim:sw=2:ts=8:noet:nolist:nosta:
" vim:sw=2:ts=8:noet:nosta:

View File

@ -8,4 +8,4 @@ g:Init('\<src\>', 0)
# Match ":language" of runtest.vim.
language messages C
# vim:fdm=syntax:sw=2:ts=8:noet:nolist:nosta:
# vim:fdm=syntax:sw=2:ts=8:noet:nosta:

View File

@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
807,
/**/
806,
/**/