Lines Matching refs:plugin
211 let plugins = split(globpath(firstdir,"plugin/**/*.vim"),'\n')
218 " It reads the plugin script at the end of the GetLatestVimScripts.dat
220 for plugin in plugins
222 " call Decho("plugin<".plugin.">")
224 " read plugin in
227 " call Decho(".dependency checking<".plugin."> line$=".line("$"))
228 " call Decho("..exe silent r ".fnameescape(plugin))
229 exe "silent r ".fnameescape(plugin)
240 …" the (prior to reading in the plugin script) last line plus one of the GetLatestVimScripts.dat fi…
396 " plugin author protection from downloading his/her own scripts atop their latest work
422 " grab a copy of the plugin's vim.sourceforge.net webpage
445 " find the latest source-id in the plugin's webpage
501 " has the plugin's most-recent srcid increased, which indicates that it has been updated
512 " the plugin has been updated since we last obtained it, so download a new copy
525 " AutoInstall: only if doautoinstall has been requested by the plugin itself
527 " call Decho("checking if plugin requested autoinstall: doautoinstall=".doautoinstall)
551 let tgtdir= "plugin"
614 " move plugin to plugin/ or AsNeeded/ directory
623 if tgtdir != "plugin"
624 " call Decho("exe silent !".g:GetLatestVimScripts_mv." plugin/".shellescape(pname)." ".tgtdir)
625 exe "silent !".g:GetLatestVimScripts_mv." plugin/".shellescape(pname)." ".tgtdir