comparison src/version.c @ 4099:77fa4dee43fc v7.3.803

updated for version 7.3.803 Problem: Substitute with confirmation and then "q" does not replace anything. (John McGowan) Solution: Do not break the loop, skip to the end.
author Bram Moolenaar <bram@vim.org>
date Wed, 06 Feb 2013 18:24:02 +0100
parents cd5145d2408b
children 2eb4b9ed2d42
comparison
equal deleted inserted replaced
4098:058f26a834c4 4099:77fa4dee43fc
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 803,
728 /**/ 730 /**/
729 802, 731 802,
730 /**/ 732 /**/
731 801, 733 801,
732 /**/ 734 /**/