diff src/version.c @ 3566:ce7bd50bafa7 v7.3.543

updated for version 7.3.543 Problem: The cursor is in the wrong line after using ":copen". (John Beckett) Solution: Invoke more drastic redraw method.
author Bram Moolenaar <bram@vim.org>
date Wed, 06 Jun 2012 16:29:10 +0200
parents 8d1b63e6d317
children 09d0bda69df0
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    543,
+/**/
     542,
 /**/
     541,