diff src/version.c @ 4865:d84833983de7 v7.3.1179

updated for version 7.3.1179 Problem: When a global mapping starts with the same characters as a buffer-local mapping Vim waits for a character to be typed to find out whether the global mapping is to be used. (Andy Wokula) Solution: Use the local mapping without waiting. (Michael Henry)
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Jun 2013 21:00:26 +0200
parents c4d4f0fc12b9
children 04b8912a9c85
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1179,
+/**/
     1178,
 /**/
     1177,