mirror of
https://github.com/vim/vim.git
synced 2025-07-25 10:54:51 -04:00
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:
parent
b38700ac81
commit
3e5bbb8e11
@ -21,4 +21,4 @@ set display=lastline ruler scrolloff=5 t_ZH= t_ZR=
|
|||||||
# Anticipate non-Latin-1 characters in "input/" files.
|
# Anticipate non-Latin-1 characters in "input/" files.
|
||||||
set encoding=utf-8 termencoding=utf-8
|
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:
|
||||||
|
@ -73,4 +73,4 @@ def g:Init(subtreedirname: string, count: number)
|
|||||||
endif
|
endif
|
||||||
enddef
|
enddef
|
||||||
|
|
||||||
# vim:fdm=syntax:sw=2:ts=8:noet:nolist:nosta:
|
# vim:fdm=syntax:sw=2:ts=8:noet:nosta:
|
||||||
|
@ -481,4 +481,4 @@ endif
|
|||||||
|
|
||||||
qa!
|
qa!
|
||||||
|
|
||||||
" vim:sw=2:ts=8:noet:nolist:nosta:
|
" vim:sw=2:ts=8:noet:nosta:
|
||||||
|
@ -8,4 +8,4 @@ g:Init('\<src\>', 0)
|
|||||||
# Match ":language" of runtest.vim.
|
# Match ":language" of runtest.vim.
|
||||||
language messages C
|
language messages C
|
||||||
|
|
||||||
# vim:fdm=syntax:sw=2:ts=8:noet:nolist:nosta:
|
# vim:fdm=syntax:sw=2:ts=8:noet:nosta:
|
||||||
|
@ -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 */
|
||||||
|
/**/
|
||||||
|
807,
|
||||||
/**/
|
/**/
|
||||||
806,
|
806,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user