diff src/version.c @ 5545:4bf53c1ef37a v7.4.121

updated for version 7.4.121 Problem: Completion doesn't work for ":py3d" and ":py3f". (Bohr Shaw) Solution: Skip over letters after ":py3".
author Bram Moolenaar <bram@vim.org>
date Wed, 11 Dec 2013 17:44:38 +0100
parents ca0e43bbf8f9
children 270c62fe685a
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 */
 /**/
+    121,
+/**/
     120,
 /**/
     119,