0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 7.4.2341

Problem:    Tiny things.  Test doesn't clean up properly.
Solution:   Adjust comment and white space. Restore option value.
This commit is contained in:
Bram Moolenaar
2016-09-06 22:15:08 +02:00
parent 64d8e25bf6
commit aeac9006d5
4 changed files with 7 additions and 2 deletions

View File

@@ -1815,7 +1815,7 @@ screen_puts_mbyte(char_u *s, int l, int attr)
void
msg_puts(char_u *s)
{
msg_puts_attr(s, 0);
msg_puts_attr(s, 0);
}
void