Lines Matching refs:plugin

16 	using this plugin, you agree that in no event will the copyright
20 Getscript is a plugin that simplifies retrieval of the latest versions of the
89 will invoke GetLatestVimScripts(). If some other plugin has defined that
102 (see |glvs-data|), and examine plugins in your [.vim|vimfiles]/plugin
139 during initial uploading of the plugin.
152 If your script's author has included a special comment line in his/her plugin,
153 the plugin itself will be used by GetLatestVimScripts to build your
177 < in an already-downloaded plugin constitutes the concurrence of the
178 plugin author that getscript may do AutoInstall. Not all plugins
179 may be AutoInstall-able, and the plugin's author is best situated
180 to know whether or not his/her plugin will AutoInstall properly.
186 and the plugin author's permission. See |GetLatestVimScripts_dat|.
208 (this section is for plugin authors)~
210 If a plugin author includes the following comment anywhere in their plugin,
221 plus any additional lines describing any plugin dependencies it may have.
233 NOTE: The :AutoInstall: feature requires both the plugin author's and~
284 ---.vim.bz2 : decompressed & moved into .vim/plugin directory
287 ---.vim.gz : decompressed & moved into .vim/plugin directory
289 ---.vim : moved to .vim/plugin directory
293 move-to-plugin-directory process should be auto-installable. Vimballs, of
337 plugin author has to have explicitly indicated that his/her
338 plugin is automatically installable (via the :AutoInstall:
382 move it to the plugin subdirectory
388 v36 Apr 22, 2013 : * (glts) suggested use of plugin/**/*.vim instead of
389 plugin/*.vim in globpath() call.
451 v11 Aug 20, 2004 : * GetLatestVimScripts is now a plugin: