comparison src/version.c @ 8416:1a6527cce675 v7.4.1499

commit https://github.com/vim/vim/commit/be82c254862e475a582c0717455e1db6bf96b0d0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 6 14:44:08 2016 +0100 patch 7.4.1499 Problem: No error message when :packadd does not find anything. Solution: Add an error message. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Sun, 06 Mar 2016 14:45:04 +0100
parents 8c888844de9c
children 89f38c77e11e
comparison
equal deleted inserted replaced
8415:e4cd8ab5610d 8416:1a6527cce675
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 1499,
746 /**/ 748 /**/
747 1498, 749 1498,
748 /**/ 750 /**/
749 1497, 751 1497,
750 /**/ 752 /**/