summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2011-12-23 14:54:04 +0100
committerBram Moolenaar <bram@vim.org>2011-12-23 14:54:04 +0100
commitf8e69cf7ef163aa5940b8c223a2633f1705ffed5 (patch)
tree55a09655aaca0be80871e3daaba2d4ca80e05622 /src/version.c
parent23b7f64071cdca982dbb750dda3eb4c563cbb618 (diff)
downloadvim-f8e69cf7ef163aa5940b8c223a2633f1705ffed5.tar.gz
updated for version 7.3.385v7.3.385v7-3-385
Problem: When using an expression mapping on the command line the cursor ends up in the wrong place. (Yasuhiro Matsumoto) Solution: Save and restore msg_col and msg_row when evaluating the expression.
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 e57a4cf7..4e40bb3f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 385,
+/**/
384,
/**/
383,