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:
@@ -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
|
||||
|
Reference in New Issue
Block a user