commit | b12e7ef956e0b0344778b7ef93d41f4b4ed2a670 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 21 23:42:20 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 21 23:42:20 2016 +0200 |
tree | e4d6d89d6224e82c03308a23d2115148424a4b65 | |
parent | 85babd6db65afb0eb06a7a9a0778d692248c5c2b [diff] [blame] |
patch 7.4.1952 Problem: Cscope interface does not support finding assignments. Solution: Add the "a" command. (ppettina, closes #882)
diff --git a/src/version.c b/src/version.c index 3e0fc90..320247c 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1952, +/**/ 1951, /**/ 1950,