aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_fold.vim
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-11-07 20:13:39 +0800
committerGitHub <noreply@github.com>2022-11-07 20:13:39 +0800
commit451b8d6cb1a3110b8c24d2f4b1966daffbaa3dab (patch)
tree166fc29dbff622076dd2863b7cc8ba089cc4772c /src/nvim/testdir/test_fold.vim
parent3435cdfb94b6f3c72e7f0f16fef9ff2660377cb2 (diff)
parent609c0513cac7898782c55f5fb20275733cc566e9 (diff)
downloadrneovim-451b8d6cb1a3110b8c24d2f4b1966daffbaa3dab.tar.gz
rneovim-451b8d6cb1a3110b8c24d2f4b1966daffbaa3dab.tar.bz2
rneovim-451b8d6cb1a3110b8c24d2f4b1966daffbaa3dab.zip
Merge pull request #20990 from zeertzjq/vim-8.2.2060
vim-patch:8.2.{2060,3626}
Diffstat (limited to 'src/nvim/testdir/test_fold.vim')
-rw-r--r--src/nvim/testdir/test_fold.vim4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/testdir/test_fold.vim b/src/nvim/testdir/test_fold.vim
index 0a9be310ff..832dd43b65 100644
--- a/src/nvim/testdir/test_fold.vim
+++ b/src/nvim/testdir/test_fold.vim
@@ -95,9 +95,7 @@ func Test_indent_fold2()
endfunc
func Test_manual_fold_with_filter()
- if !executable('cat')
- return
- endif
+ CheckExecutable cat
for type in ['manual', 'marker']
exe 'set foldmethod=' . type
new