]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0477: the client-server test may hang when failing v8.0.0477
authorBram Moolenaar <Bram@vim.org>
Sat, 18 Mar 2017 18:42:22 +0000 (19:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 18 Mar 2017 18:42:22 +0000 (19:42 +0100)
commit42205551b140bee8b419b24abe210f56bb80b35e
treeeb4b9fe95bd66ccb9c65e01a3bbc70a3cc026eed
parent7a43cb9cb5909634469b0a3e865747f10ea38e9b
patch 8.0.0477: the client-server test may hang when failing

Problem:    The client-server test may hang when failing.
Solution:   Set a timer.  Add assert_report()
runtime/doc/eval.txt
src/eval.c
src/evalfunc.c
src/if_xcmdsrv.c
src/os_mswin.c
src/proto/eval.pro
src/testdir/runtest.vim
src/testdir/test_clientserver.vim
src/version.c