comparison src/misc2.c @ 10320:6ab770e97152 v8.0.0055

commit https://github.com/vim/vim/commit/3a117e19e02bf29cfc5e398470dd7851ae3d6803 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 30 21:57:52 2016 +0100 patch 8.0.0055 Problem: Minor comment and style deficiencies. Solution: Update comments and fix style.
author Christian Brabandt <cb@256bit.org>
date Sun, 30 Oct 2016 22:00:05 +0100
parents c036c0f636d5
children 66f1b5bf3fa6
comparison
equal deleted inserted replaced
10319:169a62d5bcb9 10320:6ab770e97152
6254 #endif 6254 #endif
6255 6255
6256 #if defined(MESSAGE_QUEUE) || defined(PROTO) 6256 #if defined(MESSAGE_QUEUE) || defined(PROTO)
6257 /* 6257 /*
6258 * Process messages that have been queued for netbeans or clientserver. 6258 * Process messages that have been queued for netbeans or clientserver.
6259 * Also check if any jobs have ended.
6259 * These functions can call arbitrary vimscript and should only be called when 6260 * These functions can call arbitrary vimscript and should only be called when
6260 * it is safe to do so. 6261 * it is safe to do so.
6261 */ 6262 */
6262 void 6263 void
6263 parse_queued_messages(void) 6264 parse_queued_messages(void)