0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

patch 7.4.1308

Problem:    Typo in test.
Solution:   Change endf to endif.
This commit is contained in:
Bram Moolenaar
2016-02-12 22:35:51 +01:00
parent f02c5cffd8
commit 45c7f05473
2 changed files with 3 additions and 1 deletions

View File

@@ -194,7 +194,7 @@ func Test_two_channels()
" TODO: make this work again with MS-Windows
if has('unix')
call s:run_server('s:two_channels')
endf
endif
endfunc
" Test that a server crash is handled gracefully.