comparison src/version.c @ 4613:219b2fcad60d v7.3.1054

updated for version 7.3.1054 Problem: Can't build without the +autocmd feature. (Elimar Riesebieter) Solution: Fix use of buf and curbuf.
author Bram Moolenaar <bram@vim.org>
date Thu, 30 May 2013 11:43:15 +0200
parents 49f0fcd9762c
children 5679b8ddd8cc
comparison
equal deleted inserted replaced
4612:44ca4bc7d747 4613:219b2fcad60d
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1054,
731 /**/ 733 /**/
732 1053, 734 1053,
733 /**/ 735 /**/
734 1052, 736 1052,
735 /**/ 737 /**/