summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-07-03 12:45:31 +0200
committerBram Moolenaar <Bram@vim.org>2013-07-03 12:45:31 +0200
commit2951b77e5039bd4af215982422fe8c9b214c2de8 (patch)
tree83d65257422e079cfe13134d8cd34eef4e831d76 /src/version.c
parent41009374747d68a12d043bcca0ae649d0c18daf4 (diff)
downloadvim-git-2951b77e5039bd4af215982422fe8c9b214c2de8.tar.gz
updated for version 7.3.1288v7.3.1288
Problem: The first ":echo 'hello'" command output doesn't show. Mapping for <S-F3> gets triggered during startup. Solution: Add debugging code for the termresponse. When receiving the "Co" entry and when setting 'ambiwidth' redraw right away if possible. Add redraw_asap(). Don't set 'ambiwidth' if it already had the right value. Do the 'ambiwidth' check in the second row to avoid confusion with <S-F3>.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 830035f43..4d14c4f73 100644
--- 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 */
/**/
+ 1288,
+/**/
1287,
/**/
1286,