diff options
| author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-12-12 09:07:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-12 09:07:23 -0500 |
| commit | 4f9e7a512dc606ddaff6dbfd78328077d685960d (patch) | |
| tree | dd424c69d98880cb9d366735fd53e331bdf80332 /src/nvim/testdir/test_system.vim | |
| parent | b6723e1ea065a818e6cda4c917c9c11d7cb67652 (diff) | |
| parent | da5c547ee3fa590159a82461bc0cd108d9e0ab3b (diff) | |
| download | rneovim-4f9e7a512dc606ddaff6dbfd78328077d685960d.tar.gz rneovim-4f9e7a512dc606ddaff6dbfd78328077d685960d.tar.bz2 rneovim-4f9e7a512dc606ddaff6dbfd78328077d685960d.zip | |
Merge pull request #13521 from janlazo/nvim-8.1.2246
vim-patch:8.1.2246
Diffstat (limited to 'src/nvim/testdir/test_system.vim')
| -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 |