summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorichizok <gclient.gaap@gmail.com>2023-05-26 14:40:45 +0100
committerBram Moolenaar <Bram@vim.org>2023-05-26 14:40:45 +0100
commit9f3afe7a70d50447424b8d7404aae0d641cd827c (patch)
treedc6ca0974cb16fe155afa052b7b41e5f4d706255
parentd87dec0582db09fd0100b4e81f41d9f2fe58cbb3 (diff)
patch 9.0.1580: CI: indent test hangs on FreeBSDv9.0.1580
Problem: CI: indent test hangs on FreeBSD. Solution: Set 'nomore' when running the indent tests. (Ozaki Kiichi, closes #12446)
-rw-r--r--runtime/indent/testdir/runtest.vim1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/runtime/indent/testdir/runtest.vim b/runtime/indent/testdir/runtest.vim
index fa4e16e381..882a140a8d 100644
--- a/runtime/indent/testdir/runtest.vim
+++ b/runtime/indent/testdir/runtest.vim
@@ -12,6 +12,7 @@ set nowrapscan
set report=9999
set modeline
set debug=throw
+set nomore
au! SwapExists * call HandleSwapExists()
func HandleSwapExists()
diff --git a/src/version.c b/src/version.c
index ad595c6f01..da4eed7536 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1580,
+/**/
1579,
/**/
1578,