diff src/version.c @ 5645:4e3a9dd25d42 v7.4.169

updated for version 7.4.169 Problem: ":sleep" puts cursor in the wrong column. (Liang Li) Solution: Add the window offset. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Feb 2014 22:46:52 +0100
parents e61a2b709f69
children 8122eab8fcdb
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    169,
+/**/
     168,
 /**/
     167,