summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2009-02-04 12:14:51 +0000
committervimboss <devnull@localhost>2009-02-04 12:14:51 +0000
commitf3b78a877a895119bebc54b250f9b5967bb74843 (patch)
tree674ec26bb6f99dc0fdc970dfed2c2c58ae1d67f7
parentd491bf2df9265fbc390718c36e29ea68db5de7c7 (diff)
downloadvim-f3b78a877a895119bebc54b250f9b5967bb74843.tar.gz
updated for version 7.2-096v7.2.096v7-2-096
-rw-r--r--src/ex_cmds.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ex_cmds.c b/src/ex_cmds.c
index cfda9035..068cca6d 100644
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -2417,8 +2417,8 @@ print_line(lnum, use_number, list)
cursor_on(); /* msg_start() switches it off */
out_flush();
silent_mode = save_silent;
- info_message = FALSE;
}
+ info_message = FALSE;
}
/*
diff --git a/src/version.c b/src/version.c
index 0f6cf0bf..12905af7 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 96,
+/**/
95,
/**/
94,