1
0
forked from aniani/vim

updated for version 7.4a.027

Problem:    When Python adds lines to another buffer the cursor position is
            wrong, it might be below the last line causing ml_get errors.
            (Vlad Irnov)
Solution:   Temporarily change the current window, so that marks are corrected
            properly.
This commit is contained in:
Bram Moolenaar
2013-07-17 17:15:25 +02:00
parent 33ca6bf240
commit 95064ece73
4 changed files with 33 additions and 12 deletions

View File

@@ -727,6 +727,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
27,
/**/
26,
/**/