aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_system.vim
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-02-07 06:04:40 +0800
committerGitHub <noreply@github.com>2022-02-07 06:04:40 +0800
commit380bc4fe22e8dbd478e58d568e0d749df439fec9 (patch)
tree9882e065f6e6fb118ace1353ad547f19bae9e877 /src/nvim/testdir/test_system.vim
parente2466d84bc818c8e61751972b501551aab07d13c (diff)
parentfe621b4ac01c6865650794b8e986665be4fe0ae7 (diff)
downloadrneovim-380bc4fe22e8dbd478e58d568e0d749df439fec9.tar.gz
rneovim-380bc4fe22e8dbd478e58d568e0d749df439fec9.tar.bz2
rneovim-380bc4fe22e8dbd478e58d568e0d749df439fec9.zip
Merge pull request #17299 from zeertzjq/vim-8.1.0711
vim-patch:7.4.{1163,1164,1167,1173,1178,1181,1228},8.1.0711
Diffstat (limited to 'src/nvim/testdir/test_system.vim')
-rw-r--r--src/nvim/testdir/test_system.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/testdir/test_system.vim b/src/nvim/testdir/test_system.vim
index 1858b48807..5b8079d7b6 100644
--- a/src/nvim/testdir/test_system.vim
+++ b/src/nvim/testdir/test_system.vim
@@ -46,9 +46,9 @@ func Test_System()
bwipe!
call assert_fails('call system("wc -l", 99999)', 'E86:')
-endfunction
+endfunc
-function! Test_system_exmode()
+func Test_system_exmode()
if has('unix') " echo $? only works on Unix
let cmd = ' -es --headless -u NONE -c "source Xscript" +q; echo "result=$?"'
" Need to put this in a script, "catch" isn't found after an unknown