1
0
forked from aniani/vim

updated for version 7.2.375

Problem:    ml_get errors when using ":bprevious" in a BufEnter autocmd.
            (Dominique Pelle)
Solution:   Clear w_valid when entering another buffer.
This commit is contained in:
Bram Moolenaar
2010-02-24 16:58:36 +01:00
parent 3fac56e87e
commit 89c0ea4ea1
2 changed files with 6 additions and 1 deletions

View File

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