vim-patch:8.1.0711: test files still use function!

Problem:    Test files still use function!.
Solution:   Remove the exclamation mark.  Fix overwriting a function.
1e1153600c

Some of the changes were already applied previously.
This commit is contained in:
zeertzjq
2022-02-07 05:34:20 +08:00
parent e6e9ffb345
commit fe621b4ac0
19 changed files with 129 additions and 129 deletions

View File

@@ -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