0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0-018

This commit is contained in:
Bram Moolenaar
2006-06-20 16:51:47 +00:00
parent 5fffc13406
commit c1cb78cb11
2 changed files with 6 additions and 0 deletions

View File

@@ -564,7 +564,11 @@ main
*/
if (p_lpl)
{
# ifdef VMS /* Somehow VMS doesn't handle the "**". */
source_runtime((char_u *)"plugin/*.vim", TRUE);
# else
source_runtime((char_u *)"plugin/**/*.vim", TRUE);
# endif
TIME_MSG("loading plugins");
}
#endif

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
18,
/**/
17,
/**/