1
0
forked from aniani/vim

updated for version 7.3.197

Problem:    When a QuickfixCmdPost event removes all errors, Vim still tries
            to jump to the first error, resulting in E42.
Solution:   Get the number of error after the autocmd event. (Mike Lundy)
This commit is contained in:
Bram Moolenaar
2011-05-19 17:42:59 +02:00
parent e659c95b01
commit efa8e80c0b
2 changed files with 10 additions and 4 deletions

View File

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