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:
@@ -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
|
||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
18,
|
||||
/**/
|
||||
17,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user