Searched defs:perlpath (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | perl.vim | 50 let perlpath = system('perl -e "print join(q/,/,@INC)"') variable 52 let perlpath = system("perl -e 'print join(q/,/,@INC)'") variable 54 let perlpath = substitute(perlpath,',.$',',,','') variable 56 let perlpath = ".,," variable 61 let perlpath = ".,," variable
|