summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-07-24 17:11:46 +0200
committerBram Moolenaar <Bram@vim.org>2013-07-24 17:11:46 +0200
commitaf003f638415d20ee72cf137e47da38029c627db (patch)
tree1cd092a07d488b7a8ff4d3df616fb7e4844ea761 /src/version.c
parent2b90ed294e3e3ce9d02d237317deffe296abf798 (diff)
downloadvim-af003f638415d20ee72cf137e47da38029c627db.zip
updated for version 7.4a.043
Problem: More ml_get errors when adding or deleting lines from Python. (Vlad Irnov) Solution: Switch to a window with the buffer when possible.
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 652305e74..946a3cfc8 100644
--- a/src/version.c
+++ b/src/version.c
@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 43,
+/**/
42,
/**/
41,