mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0-204
This commit is contained in:
@@ -1932,14 +1932,8 @@ cs_print_tags_priv(matches, cntxts, num_matches)
|
|||||||
if ((fname = strtok(NULL, (const char *)"\t")) == NULL)
|
if ((fname = strtok(NULL, (const char *)"\t")) == NULL)
|
||||||
continue;
|
continue;
|
||||||
if ((lno = strtok(NULL, (const char *)"\t")) == NULL)
|
if ((lno = strtok(NULL, (const char *)"\t")) == NULL)
|
||||||
{
|
continue;
|
||||||
/* if NULL, then no "extra", although in cscope's case, there
|
extra = strtok(NULL, (const char *)"\t");
|
||||||
* should always be "extra".
|
|
||||||
*/
|
|
||||||
extra = NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
extra = lno + strlen(lno) + 1;
|
|
||||||
|
|
||||||
lno[strlen(lno)-2] = '\0'; /* ignore ;" at the end */
|
lno[strlen(lno)-2] = '\0'; /* ignore ;" at the end */
|
||||||
|
|
||||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
204,
|
||||||
/**/
|
/**/
|
||||||
203,
|
203,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user