level 7
niejieqiang
楼主
如我的plugin/if_perl.vim中写了一句:
if has('perl')
let my_inc= system("perl get_inc.pl")
perl push @INC,split/ /,VIM::Eval("my_inc");
endif
这个get_inc.pl 就在plugin目录下
但system运行时却没找到这个pl文件.....
2012年10月29日 10点10分
1
if has('perl')
let my_inc= system("perl get_inc.pl")
perl push @INC,split/ /,VIM::Eval("my_inc");
endif
这个get_inc.pl 就在plugin目录下
但system运行时却没找到这个pl文件.....
