diff src/version.c @ 5076:19ed30f7cef7 v7.3.1281

updated for version 7.3.1281 Problem: When 'ttymouse' is set to "xterm2" clicking in column 123 moves the cursor to column 96. (Kevin Goodsell) Solution: Decode KE_CSI.
author Bram Moolenaar <bram@vim.org>
date Mon, 01 Jul 2013 20:06:19 +0200
parents 1cacf785299e
children 22ac43fb6d30
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 */
 /**/
+    1281,
+/**/
     1280,
 /**/
     1279,