diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-10-21 00:02:31 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-12-11 23:39:10 -0500 |
commit | aed5a53d5f4188e54facf2ccd34dc12961c13b36 (patch) | |
tree | b053271153b81dffab2234fb99fd493cbeebd198 /src | |
parent | cacdef5ff18e7123a9e734537a831839bf4ef0ec (diff) | |
download | rneovim-aed5a53d5f4188e54facf2ccd34dc12961c13b36.tar.gz rneovim-aed5a53d5f4188e54facf2ccd34dc12961c13b36.tar.bz2 rneovim-aed5a53d5f4188e54facf2ccd34dc12961c13b36.zip |
test/old: cherry-pick patch 8.1.0711 changes for test_trycatch.vim
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_system.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_system.vim b/src/nvim/testdir/test_system.vim index 424cb4abd0..9cf8690d57 100644 --- a/src/nvim/testdir/test_system.vim +++ b/src/nvim/testdir/test_system.vim @@ -3,7 +3,7 @@ source shared.vim source check.vim -function! Test_System() +func Test_System() if !executable('echo') || !executable('cat') || !executable('wc') return endif |