neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit a24dd0392bc4e00b1cb2a1b9efe62045924489ae
parent 5a08b5be3c34595487f7a22475e4434721f2320f
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Fri, 26 May 2023 22:13:42 +0800

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 <gclient.gaap@gmail.com>
Diffstat:
Mruntime/indent/testdir/runtest.vim | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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()