summaryrefslogtreecommitdiffstats
path: root/runtime/indent
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 /runtime/indent
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)
Diffstat (limited to 'runtime/indent')
-rw-r--r--runtime/indent/testdir/runtest.vim1
1 files changed, 1 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()