comparison src/misc2.c @ 8761:f8707ec9efe4 v7.4.1669

commit https://github.com/vim/vim/commit/8b877ac38e96424a08a8b8eb713ef4b3cf0064be Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 28 19:16:20 2016 +0200 patch 7.4.1669 Problem: When writing buffer lines to a pipe Vim may block. Solution: Avoid blocking, write more lines later.
author Christian Brabandt <cb@256bit.org>
date Mon, 28 Mar 2016 19:30:05 +0200
parents 24b43dd167eb
children b9c1a397a8a6
comparison
equal deleted inserted replaced
8760:e43830c12eb2 8761:f8707ec9efe4
6228 # ifdef FEAT_NETBEANS_INTG 6228 # ifdef FEAT_NETBEANS_INTG
6229 /* Process the queued netbeans messages. */ 6229 /* Process the queued netbeans messages. */
6230 netbeans_parse_messages(); 6230 netbeans_parse_messages();
6231 # endif 6231 # endif
6232 # ifdef FEAT_JOB_CHANNEL 6232 # ifdef FEAT_JOB_CHANNEL
6233 /* Write any buffer lines still to be written. */
6234 channel_write_any_lines();
6235
6233 /* Process the messages queued on channels. */ 6236 /* Process the messages queued on channels. */
6234 channel_parse_messages(); 6237 channel_parse_messages();
6235 # endif 6238 # endif
6236 # if defined(FEAT_CLIENTSERVER) && defined(FEAT_X11) 6239 # if defined(FEAT_CLIENTSERVER) && defined(FEAT_X11)
6237 /* Process the queued clientserver messages. */ 6240 /* Process the queued clientserver messages. */