0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.0153

This commit is contained in:
Bram Moolenaar
2005-10-03 22:04:08 +00:00
parent 1c7715dfe4
commit 07d4d7328a
5 changed files with 37 additions and 22 deletions

View File

@@ -550,7 +550,7 @@ main
*/
if (p_lpl)
{
source_runtime((char_u *)"plugin/*.vim", TRUE);
source_runtime((char_u *)"plugin/**/*.vim", TRUE);
TIME_MSG("loading plugins");
}
#endif