aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-11-30 10:04:07 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-11-30 10:04:24 +0800
commitc180e0d8d578b41739a8cce588ef1b4fa26de560 (patch)
tree8b46528cd93071ad14855a4fe44b367ddbfd78a7
parenta7dc48f19dcd6341cf5e9e199b3ad30e1b9f7327 (diff)
downloadrneovim-c180e0d8d578b41739a8cce588ef1b4fa26de560.tar.gz
rneovim-c180e0d8d578b41739a8cce588ef1b4fa26de560.tar.bz2
rneovim-c180e0d8d578b41739a8cce588ef1b4fa26de560.zip
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>
-rw-r--r--src/nvim/testdir/test_retab.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_retab.vim b/src/nvim/testdir/test_retab.vim
index a50f35ed7e..bbca89432a 100644
--- 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")