comparison src/version.c @ 6531:005a6b650866 v7.4.592

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.
author Bram Moolenaar <bram@vim.org>
date Tue, 27 Jan 2015 11:26:15 +0100
parents 7b8e3be930f3
children bdc8e71633e4
comparison
equal deleted inserted replaced
6530:435956324539 6531:005a6b650866
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 592,
744 /**/ 746 /**/
745 591, 747 591,
746 /**/ 748 /**/
747 590, 749 590,
748 /**/ 750 /**/