commit | 12b0290d42efe9b6cf93f2903f12d76a100c60cb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 23 15:18:24 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 23 15:18:24 2012 +0100 |
tree | 7b0c26b2ae109fb7a8c2ba5e3db29ed84cf5135d | |
parent | 5e4b9e9ff8ebd337875f918078170ebbad03be9a [diff] [blame] |
updated for version 7.3.477 Problem: Using ":echo" to output enough lines to scroll, then using "j" and "k" at the more prompt, displays the command on top of the output. (Marcin Szamotulski) Solution: Put the output below the command. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index f6250cd..170784c 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 477, +/**/ 476, /**/ 475,