Lines Matching refs:vim

10 	package, including getscriptPlugin.vim, getscript.vim,
23 get the latest versions of scripts listed therein from http://vim.sf.net/.
64 vim getscript.vba
67 cd ~/.vim/GetLatest
73 vim getscript.vba
95 install scripts from http://vim.sourceforge.net/. To do so it will peruse a
98 .vim/GetLatest/GetLatestVimScripts.dat (unix)
102 (see |glvs-data|), and examine plugins in your [.vim|vimfiles]/plugin
106 ~/.vim/GetLatest (unix) or ..wherever..\vimfiles\GetLatest (windows)
132 to use a web browser to look at scripts on http://vim.sf.net/, just before you
135 http://vim.sourceforge.net/scripts/script.php?script_id=40
138 download the associated page, and is assigned by vim.sf.net itself
142 records the count of uploaded scripts as determined by vim.sf.net; hence it
148 vim.sf.net; whenever it is greater than the one stored in the
157 " GetLatestVimScripts: 884 1 :AutoInstall: AutoAlign.vim
159 This comment line tells getscript.vim to check vimscript #884 and that the
163 884 1 :AutoInstall: AutoAlign.vim
176 " GetLatestVimScripts: 884 1 :AutoInstall: AutoAlign.vim
183 884 1 :AutoInstall: AutoAlign.vim
194 294 1 :AutoInstall: Align.vim
195 120 2 Decho.vim
197 451 4 EasyAccents.vim
198 195 5 engspchk.vim
199 642 6 GetLatestVimScripts.vim
200 489 7 Manpageview.vim
282 ---.tar.bz2 : decompressed & untarred in .vim/ directory
283 ---.vba.bz2 : decompressed in .vim/ directory, then vimball handles it
284 ---.vim.bz2 : decompressed & moved into .vim/plugin directory
285 ---.tar.gz : decompressed & untarred in .vim/ directory
286 ---.vba.gz : decompressed in .vim/ directory, then vimball handles it
287 ---.vim.gz : decompressed & moved into .vim/plugin directory
288 ---.vba : unzipped in .vim/ directory
289 ---.vim : moved to .vim/plugin directory
290 ---.zip : unzipped in .vim/ directory
298 .vim/after/syntax/blockhl.vim
300 The <blockhl.vim> script provides block highlighting for C/C++ programs; it is
303 http://vim.sourceforge.net/scripts/script.php?script_id=104
305 Currently, vim's after/syntax only supports by-filetype scripts (in
306 blockhl.vim's case, that's after/syntax/c.vim). Hence, auto-install would
307 possibly overwrite the current user's after/syntax/c.vim file.
309 In my own case, I use <aftersyntax.vim> (renamed to after/syntax/c.vim) to
312 http://vim.sourceforge.net/scripts/script.php?script_id=1023
315 after/syntax/c subdirectory. I can't bundle aftersyntax.vim in and build an
317 after/syntax/c.vim contained in it to overwrite a user's c.vim.
342 < default= $HOME/.vim (linux)
348 < default='http://vim.sourceforge.net/script.php?script_id='
350 ... ='http://vim.sourceforge.net/script/script.php?script_id='
358 http://vim.sourceforge.net/scripts/script.php?script_id=40
371 Unix : $HOME/.vim
381 else if the resulting file ends with ".vim"
388 v36 Apr 22, 2013 : * (glts) suggested use of plugin/**/*.vim instead of
389 plugin/*.vim in globpath() call.
407 getscriptPlugin.vim was setting it but not restoring it.
467 GetLatestVimScripts.vim itself!
468 (goes to <NEW_GetLatestVimScripts.vim>)
482 vim:tw=78:ts=8:noet:ft=help:fdm=marker