1
0
forked from aniani/vim

updated for version 7.4.105

Problem:    Completing a tag pattern may give an error for invalid pattern.
Solution:   Suppress the error, just return no matches.
This commit is contained in:
Bram Moolenaar
2013-11-28 14:36:33 +01:00
parent 174a848b67
commit dff54ac7e8
2 changed files with 6 additions and 0 deletions

View File

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