comparison src/version.c @ 8182:95d59081580f v7.4.1384

commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 21 23:02:49 2016 +0100 patch 7.4.1384 Problem: It is not easy to use a set of plugins and their dependencies. Solution: Add packages, ":loadopt", 'packpath'.
author Christian Brabandt <cb@256bit.org>
date Sun, 21 Feb 2016 23:15:05 +0100
parents 1e48ffa2d697
children 1f81c571d0e7
comparison
equal deleted inserted replaced
8181:f478d4537f82 8182:95d59081580f
460 "+ole", 460 "+ole",
461 # else 461 # else
462 "-ole", 462 "-ole",
463 # endif 463 # endif
464 #endif 464 #endif
465 "+packages",
465 #ifdef FEAT_PATH_EXTRA 466 #ifdef FEAT_PATH_EXTRA
466 "+path_extra", 467 "+path_extra",
467 #else 468 #else
468 "-path_extra", 469 "-path_extra",
469 #endif 470 #endif
745 NULL 746 NULL
746 }; 747 };
747 748
748 static int included_patches[] = 749 static int included_patches[] =
749 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1384,
750 /**/ 753 /**/
751 1383, 754 1383,
752 /**/ 755 /**/
753 1382, 756 1382,
754 /**/ 757 /**/