commit | 57002ad70c4c32f3afefec24994a974cf3eef3ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 16 19:04:19 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 16 19:04:19 2017 +0100 |
tree | 9b617226c471fcf64ec83f416c39626b6a44697f | |
parent | 036986f1507d223549d110af300144468bd3a1f7 [diff] [blame] |
patch 8.0.0467: using g< after :for does not show the right output Problem: Using g< after :for does not show the right output. (Marcin Szamotulski) Solution: Call msg_sb_eol() in :echomsg.
diff --git a/src/version.c b/src/version.c index 4737663..9aad9b6 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 467, +/**/ 466, /**/ 465,