0
0
mirror of https://github.com/vim/vim.git synced 2025-10-08 06:04:08 -04:00

patch 7.4.1952

Problem:    Cscope interface does not support finding assignments.
Solution:   Add the "a" command. (ppettina, closes #882)
This commit is contained in:
Bram Moolenaar
2016-06-21 23:42:20 +02:00
parent 85babd6db6
commit b12e7ef956
2 changed files with 14 additions and 5 deletions

View File

@@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1952,
/**/
1951,
/**/