diff src/version.c @ 2847:45c536fe48db v7.3.197

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)
author Bram Moolenaar <bram@vim.org>
date Thu, 19 May 2011 17:42:59 +0200
parents d641f141f937
children b0190e93e601
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    197,
+/**/
     196,
 /**/
     195,