diff src/version.c @ 5078:22ac43fb6d30 v7.3.1282

updated for version 7.3.1282 Problem: 'cursorline' not drawn in any other window. (Charles Campbell) Solution: Do draw the cursor line in other windows.
author Bram Moolenaar <bram@vim.org>
date Mon, 01 Jul 2013 20:18:33 +0200
parents 19ed30f7cef7
children d6ceddc0be86
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1282,
+/**/
     1281,
 /**/
     1280,