Merge pull request #16131 from jamessan/vim-8.1.0306

This commit is contained in:
James McCoy
2021-11-01 11:27:42 -04:00
committed by GitHub
79 changed files with 2257 additions and 2392 deletions

View File

@@ -1724,7 +1724,7 @@ static void write_msg(String message, bool to_err)
#define PUSH_CHAR(i, pos, line_buf, msg) \
if (message.data[i] == NL || pos == LINE_BUFFER_SIZE - 1) { \
line_buf[pos] = NUL; \
msg((char_u *)line_buf); \
msg(line_buf); \
pos = 0; \
continue; \
} \