neovim

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

commit c180e0d8d578b41739a8cce588ef1b4fa26de560
parent a7dc48f19dcd6341cf5e9e199b3ad30e1b9f7327
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Wed, 30 Nov 2022 10:04:07 +0800

vim-patch:8.2.5103: build fails with small features

Problem:    Build fails with small features.
Solution:   Add #ifdef.  Skip test on MS-Windows.

https://github.com/vim/vim/commit/34f99584c73f91bcc8ca5236557a2a09335e1e43

Co-authored-by: Bram Moolenaar <Bram@vim.org>

Diffstat:
Msrc/nvim/testdir/test_retab.vim | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/nvim/testdir/test_retab.vim b/src/nvim/testdir/test_retab.vim @@ -104,6 +104,9 @@ func Test_retab_endless() endfunc func Test_nocatch_retab_endless() + " FIXME: why does this hang on MS-Windows? + CheckNotMSWindows + " not inside try/catch an interrupt is generated to get out of loops new call setline(1, "\t0\t")