commit | f50df3925b7c909d1cda4c868d8c7ba38189aabe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 21 21:33:34 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 21 21:33:34 2016 +0200 |
tree | 93addceb8204c8b43c6377dd8f42f3bd51b73fcd | |
parent | 38df43bd13a2498cc96b3ddd9a20dd75126bd171 [diff] [blame] |
patch 7.4.1950 Problem: Quickfix long lines test not executed for buffer. Solution: Call the function to test long lines. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index a99c93f..c74b155 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1950, +/**/ 1949, /**/ 1948,