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)

9f3afe7a70

Co-authored-by: ichizok <gclient.gaap@gmail.com>
This commit is contained in:
zeertzjq 2023-05-26 22:13:42 +08:00 committed by GitHub
parent 5a08b5be3c
commit a24dd0392b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ set nowrapscan
set report=9999
set modeline
set debug=throw
set nomore
au! SwapExists * call HandleSwapExists()
func HandleSwapExists()