commit | ebdd90ac282909c0bfcd6e83e70505abbbd5a38d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 21:39:14 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 21:39:14 2016 +0200 |
tree | 4d1c35983c5c2ba4a71f3ba9f78982402775972c | |
parent | d07969093a9b3051511c478d71c36de6fc33c0d6 [diff] [blame] |
patch 8.0.0006 Problem: ":lb" is interpreted as ":lbottom" while the documentation says it means ":lbuffer". Solution: Adjust the order of the commands. (haya14busa, closes #1093)
diff --git a/src/version.c b/src/version.c index 77d35a2..2397792 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 6, +/**/ 5, /**/ 4,