comparison src/version.c @ 4803:220bdea4f579 v7.3.1148

updated for version 7.3.1148 Problem: No command line completion for ":syntime". Solution: Implement the completion. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Sat, 08 Jun 2013 15:24:48 +0200
parents 3cd3cc1e9119
children 66803af09906
comparison
equal deleted inserted replaced
4802:8adbe7dae7fd 4803:220bdea4f579
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 1148,
731 /**/ 733 /**/
732 1147, 734 1147,
733 /**/ 735 /**/
734 1146, 736 1146,
735 /**/ 737 /**/