comparison src/main.c @ 480:bf5ba8a0cdee v7.0129

updated for version 7.0129
author vimboss
date Fri, 12 Aug 2005 19:59:19 +0000
parents dd9db57ee7ce
children da9142bd190a
comparison
equal deleted inserted replaced
479:147da3983fca 480:bf5ba8a0cdee
548 * Read all the plugin files. 548 * Read all the plugin files.
549 * Only when compiled with +eval, since most plugins need it. 549 * Only when compiled with +eval, since most plugins need it.
550 */ 550 */
551 if (p_lpl) 551 if (p_lpl)
552 { 552 {
553 cmd_runtime((char_u *)"plugin/*.vim", TRUE); 553 source_runtime((char_u *)"plugin/*.vim", TRUE);
554 TIME_MSG("loading plugins"); 554 TIME_MSG("loading plugins");
555 } 555 }
556 #endif 556 #endif
557 557
558 /* 558 /*