commit | edf634e0f1985c5ea1afb5b480b47a44cabbce34 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 02 23:01:40 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 02 23:01:40 2016 +0200 |
tree | b94a532d51b63d09a2674307d3e18f4deab7a2bf | |
parent | abb71fbd399772d467aaa7b34b958b0f975c7e65 [diff] [blame] |
patch 7.4.2148 Problem: Not much testing for cscope. Solution: Add a test that uses the cscope program. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 9402bb5..eb2e7f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2148, +/**/ 2147, /**/ 2146,