summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-07-18 17:49:03 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-18 17:49:03 +0100
commitbd683e3a79d73e608fec0df7cee1109a27f2e70a (patch)
tree1775b13a919531764de59daddc348be447e246d7 /src/version.c
parentfa49eb482729a5fe7da9c9a5ed8d14f68afa55c7 (diff)
patch 9.0.0056: wrong line number reported when :cexpr fails in :def function
Problem: Wrong line number reported when :cexpr fails in :def function. Solution: Set line_number before executing :cexpr. (closes #10735)
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 f2304f326d..87a8d10728 100644
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 56,
+/**/
55,
/**/
54,