summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-02-04 12:14:51 +0000
committerBram Moolenaar <Bram@vim.org>2009-02-04 12:14:51 +0000
commit65b9a6ad59a53dad9b1e48c3d653d3e53079a652 (patch)
tree674ec26bb6f99dc0fdc970dfed2c2c58ae1d67f7
parent57fb0da2f942a525118e337eb1740c0c41c0efab (diff)
downloadvim-git-65b9a6ad59a53dad9b1e48c3d653d3e53079a652.tar.gz
updated for version 7.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 cfda9035b..068cca6d3 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 0f6cf0bf1..12905af76 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,