Skip to content

Commit

Permalink
patch 9.1.0807: tests: having 'nolist' in modelines isn't always desired
Browse files Browse the repository at this point in the history
Problem:  tests: having 'nolist' in modelines isn't always desired
Solution: remove 'nolist' from modeline (zeertzjq)

closes: #15910

Signed-off-by: zeertzjq <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
  • Loading branch information
zeertzjq authored and chrisbra committed Oct 22, 2024
1 parent b38700a commit 3e5bbb8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion runtime/syntax/testdir/viewdumps.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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:
2 changes: 1 addition & 1 deletion src/testdir/commondumps.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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:
2 changes: 1 addition & 1 deletion src/testdir/gen_opt_test.vim
Original file line number Diff line number Diff line change
Expand Up @@ -481,4 +481,4 @@ endif

qa!

" vim:sw=2:ts=8:noet:nolist:nosta:
" vim:sw=2:ts=8:noet:nosta:
2 changes: 1 addition & 1 deletion src/testdir/viewdumps.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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:
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
807,
/**/
806,
/**/
Expand Down

0 comments on commit 3e5bbb8

Please sign in to comment.