comparison src/version.c @ 8402:eed1ca42f9aa v7.4.1492

commit https://github.com/vim/vim/commit/35ca0e7a1cb6e6daef8e0052a8437801226cef19 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 5 17:41:49 2016 +0100 patch 7.4.1492 Problem: No command line completion for ":packadd". Solution: Implement completion. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Sat, 05 Mar 2016 17:45:05 +0100
parents 7d1c42e3ce11
children 8894d595b786
comparison
equal deleted inserted replaced
8401:98955c2ffd9f 8402:eed1ca42f9aa
741 NULL 741 NULL
742 }; 742 };
743 743
744 static int included_patches[] = 744 static int included_patches[] =
745 { /* Add new patch number below this line */ 745 { /* Add new patch number below this line */
746 /**/
747 1492,
746 /**/ 748 /**/
747 1491, 749 1491,
748 /**/ 750 /**/
749 1490, 751 1490,
750 /**/ 752 /**/