commit | dcb170018642ec144cd87d9d9fe076575b8d1263 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 18:58:59 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 18:58:59 2016 +0200 |
tree | ad3a4a0cc099d8b16715822700dae3b4b616a38a | |
parent | 1e5e1231ac9e1ba9678812c96f9d554a078eeec4 [diff] [blame] |
patch 7.4.1997 Problem: Cannot easily scroll the quickfix window. Solution: Add ":cbottom".
diff --git a/src/version.c b/src/version.c index b6b9e59..d606bab 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1997, +/**/ 1996, /**/ 1995,