diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-07-24 17:11:46 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-07-24 17:11:46 +0200 |
commit | af003f638415d20ee72cf137e47da38029c627db (patch) | |
tree | 1cd092a07d488b7a8ff4d3df616fb7e4844ea761 /src/version.c | |
parent | 2b90ed294e3e3ce9d02d237317deffe296abf798 (diff) | |
download | vim-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.c | 2 |
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, |