forked from aniani/vim
patch 9.0.1580: CI: indent test hangs on FreeBSD
Problem: CI: indent test hangs on FreeBSD. Solution: Set 'nomore' when running the indent tests. (Ozaki Kiichi, closes #12446)
This commit is contained in:
@@ -12,6 +12,7 @@ set nowrapscan
|
||||
set report=9999
|
||||
set modeline
|
||||
set debug=throw
|
||||
set nomore
|
||||
|
||||
au! SwapExists * call HandleSwapExists()
|
||||
func HandleSwapExists()
|
||||
|
Reference in New Issue
Block a user