1
0
forked from aniani/vim

updated for version 7.4.592

Problem:    When doing ":e foobar" when already editing "foobar" and 'buftype'
            is "nofile" the buffer is cleared. (Xavier de Gaye)
Solution:   Do no clear the buffer.
This commit is contained in:
Bram Moolenaar
2015-01-27 11:26:15 +01:00
parent 8a94d873aa
commit df5caa08f6
2 changed files with 9 additions and 0 deletions

View File

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