comparison src/version.c @ 3997:c83cd3d01128 v7.3.753

updated for version 7.3.753 Problem: When there is a QuitPre autocommand using ":q" twice does not work for exiting when there are more files to edit. Solution: Do not decrement quitmore in an autocommand. (Techlive Zheng)
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Dec 2012 19:13:18 +0100
parents ed936effb1f3
children beceb0a18c79
comparison
equal deleted inserted replaced
3996:b3f3237a3d72 3997:c83cd3d01128
723 NULL 723 NULL
724 }; 724 };
725 725
726 static int included_patches[] = 726 static int included_patches[] =
727 { /* Add new patch number below this line */ 727 { /* Add new patch number below this line */
728 /**/
729 753,
728 /**/ 730 /**/
729 752, 731 752,
730 /**/ 732 /**/
731 751, 733 751,
732 /**/ 734 /**/