comparison src/version.c @ 3503:7e4428115d2c v7.3.514

updated for version 7.3.514 Problem: No completion for :history command. Solution: Add the completion and update the docs. Also fix ":behave" completion. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Mon, 30 Apr 2012 18:48:53 +0200
parents 75037f9bc97a
children 6c318419e331
comparison
equal deleted inserted replaced
3502:65492b0466a7 3503:7e4428115d2c
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 514,
717 /**/ 719 /**/
718 513, 720 513,
719 /**/ 721 /**/
720 512, 722 512,
721 /**/ 723 /**/