commit | aeac9006d5d14910f214f09df52c026a5936e737 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 06 22:15:08 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 06 22:15:08 2016 +0200 |
tree | 53c5b2efb24387c625d95ff4f5af4d1436c57c76 | |
parent | 64d8e25bf6efe5f18b032563521c3ce278c316ab [diff] [blame] |
patch 7.4.2341 Problem: Tiny things. Test doesn't clean up properly. Solution: Adjust comment and white space. Restore option value.
diff --git a/src/message.c b/src/message.c index 3801b0a..6ec325e 100644 --- a/src/message.c +++ b/src/message.c
@@ -1815,7 +1815,7 @@ void msg_puts(char_u *s) { - msg_puts_attr(s, 0); + msg_puts_attr(s, 0); } void