0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

patch 8.0.0055

Problem:    Minor comment and style deficiencies.
Solution:   Update comments and fix style.
This commit is contained in:
Bram Moolenaar
2016-10-30 21:57:52 +01:00
parent b4ada79aa7
commit 3a117e19e0
4 changed files with 11 additions and 3 deletions

View File

@@ -6256,6 +6256,7 @@ has_non_ascii(char_u *s)
#if defined(MESSAGE_QUEUE) || defined(PROTO)
/*
* Process messages that have been queued for netbeans or clientserver.
* Also check if any jobs have ended.
* These functions can call arbitrary vimscript and should only be called when
* it is safe to do so.
*/