commit | 80632db65e8f5f775dadbbc10c5ba6c173ebb24f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 05 22:28:40 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 05 22:28:40 2016 +0200 |
tree | 18be211fef32c66e27d4843b6832c0fe61685419 | |
parent | b33c7eb5b813cb631b2b0ca5c4029e1788a09bde [diff] [blame] |
patch 7.4.1990 Problem: Cscope items are not sorted. Solution: Put the new "a" command first. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 7588c9c..f86eccf 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1990, +/**/ 1989, /**/ 1988,