Skip to content

Commit 3e5bbb8

Browse files
zeertzjqchrisbra
authored andcommitted
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>
1 parent b38700a commit 3e5bbb8

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

runtime/syntax/testdir/viewdumps.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ set display=lastline ruler scrolloff=5 t_ZH= t_ZR=
2121
# Anticipate non-Latin-1 characters in "input/" files.
2222
set encoding=utf-8 termencoding=utf-8
2323

24-
# vim:fdm=syntax:sw=2:ts=8:noet:nolist:nosta:
24+
# vim:fdm=syntax:sw=2:ts=8:noet:nosta:

src/testdir/commondumps.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ def g:Init(subtreedirname: string, count: number)
7373
endif
7474
enddef
7575

76-
# vim:fdm=syntax:sw=2:ts=8:noet:nolist:nosta:
76+
# vim:fdm=syntax:sw=2:ts=8:noet:nosta:

src/testdir/gen_opt_test.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,4 +481,4 @@ endif
481481

482482
qa!
483483

484-
" vim:sw=2:ts=8:noet:nolist:nosta:
484+
" vim:sw=2:ts=8:noet:nosta:

src/testdir/viewdumps.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ g:Init('\<src\>', 0)
88
# Match ":language" of runtest.vim.
99
language messages C
1010

11-
# vim:fdm=syntax:sw=2:ts=8:noet:nolist:nosta:
11+
# vim:fdm=syntax:sw=2:ts=8:noet:nosta:

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,8 @@ static char *(features[]) =
704704

705705
static int included_patches[] =
706706
{ /* Add new patch number below this line */
707+
/**/
708+
807,
707709
/**/
708710
806,
709711
/**/

0 commit comments

Comments
 (0)