diff src/version.c @ 3443:21219ffc9790 v7.3.487

updated for version 7.3.487 Problem: When setting 'timeoutlen' or 'ttimeoutlen' the column for vertical movement is reset unnecessarily. Solution: Do not set w_set_curswant for every option. Add a test for this. (Kana Natsuno) Add the P_CURSWANT flag for options.
author Bram Moolenaar <bram@vim.org>
date Wed, 28 Mar 2012 19:59:04 +0200
parents 08a37c57af47
children 8691bdcdbf66
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 */
 /**/
+    487,
+/**/
     486,
 /**/
     485,