]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0807: tests: having 'nolist' in modelines isn't always desired v9.1.0807
authorzeertzjq <zeertzjq@outlook.com>
Tue, 22 Oct 2024 21:11:27 +0000 (23:11 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 22 Oct 2024 21:11:27 +0000 (23:11 +0200)
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>
runtime/syntax/testdir/viewdumps.vim
src/testdir/commondumps.vim
src/testdir/gen_opt_test.vim
src/testdir/viewdumps.vim
src/version.c

index e1624ff6229784ec536f68c563dfe55880f5a056..9c4de1b9309bf19192d7f935216a2e123e73f1f8 100644 (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:
index cfe426cbde0844e8ce6db18d756c94cbbd1e6559..1211ae9c4ea4954f1dd493284a87c28e9db1cbfe 100644 (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:
index 9d942af04fe2d49c6a0e29be911ca2a2ce6eeba7..1c231f9c529568f69b311c5553ae6fb4fce9c428 100644 (file)
@@ -481,4 +481,4 @@ endif
 
 qa!
 
-" vim:sw=2:ts=8:noet:nolist:nosta:
+" vim:sw=2:ts=8:noet:nosta:
index 62f7bbe71b902b3492448037ed9bed211ad88f3b..ffb7314e142f785926e5b64a818f22cb0b4f6122 100644 (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:
index 12f873227a964a6069b1070bde5a544d3cdd4d64..2a85be94319aa118cc9ebfb8e678f5c9376916a8 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    807,
 /**/
     806,
 /**/