diff src/version.c @ 5625:a95a151402be v7.4.159

updated for version 7.4.159 Problem: Completion hangs when scanning the current buffer after doing keywords. (Christian Brabandt) Solution: Set the first match position when starting to scan the current buffer.
author Bram Moolenaar <bram@vim.org>
date Thu, 23 Jan 2014 22:45:58 +0100
parents d59544f3022b
children f29febf858be
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 */
 /**/
+    159,
+/**/
     158,
 /**/
     157,