diff src/version.c @ 6729:e25417c299bb v7.4.688

updated for version 7.4.688 Problem: When "$" is in 'cpo' the popup menu isn't undrawn correctly. (Issue 166) Solution: When using the popup menu remove the "$".
author Bram Moolenaar <bram@vim.org>
date Tue, 31 Mar 2015 19:18:00 +0200
parents 7c5a0c69e1ac
children 7d40186f767a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    688,
+/**/
     687,
 /**/
     686,