From a24dd0392bc4e00b1cb2a1b9efe62045924489ae Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Fri, 26 May 2023 22:13:42 +0800 Subject: [PATCH] vim-patch:9.0.1580: CI: indent test hangs on FreeBSD (#23768) Problem: CI: indent test hangs on FreeBSD. Solution: Set 'nomore' when running the indent tests. (Ozaki Kiichi, closes vim/vim#12446) https://github.com/vim/vim/commit/9f3afe7a70d50447424b8d7404aae0d641cd827c Co-authored-by: ichizok --- runtime/indent/testdir/runtest.vim | 1 + 1 file changed, 1 insertion(+) 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()