]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1580: CI: indent test hangs on FreeBSD v9.0.1580
authorichizok <gclient.gaap@gmail.com>
Fri, 26 May 2023 13:40:45 +0000 (14:40 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 26 May 2023 13:40:45 +0000 (14:40 +0100)
Problem:    CI: indent test hangs on FreeBSD.
Solution:   Set 'nomore' when running the indent tests. (Ozaki Kiichi,
            closes #12446)

runtime/indent/testdir/runtest.vim
src/version.c

index fa4e16e3810c668d5e4f6375e8200c61b61fb4be..882a140a8da73272a6654967df21259d1f309bee 100644 (file)
@@ -12,6 +12,7 @@ set nowrapscan
 set report=9999
 set modeline
 set debug=throw
+set nomore
 
 au! SwapExists * call HandleSwapExists()
 func HandleSwapExists()
index ad595c6f01cb7186cf2cf5d8dc059c4b0b739ff9..da4eed75364bb522aca416deb461482819f4867c 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1580,
 /**/
     1579,
 /**/