commit | fb60409a3f25efedcf5611a64a80cb2fb660489f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 23 15:55:00 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 23 15:55:00 2014 +0200 |
tree | 7e37087598a8165d114d0f91373757531c56c663 | |
parent | 54368f274245cef549f0c479492ac8664fede0dd [diff] [blame] |
updated for version 7.4.378 Problem: Title of quickfist list is not kept for setqflist(list, 'r'). Solution: Keep the title. Add a test. (Lcd)
diff --git a/src/version.c b/src/version.c index c0b0c35..c312e99 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 378, +/**/ 377, /**/ 376,