zzsplash : Show Vim splash screen even when started with a filename argument
script karma |
Rating 2/3,
Downloaded by 1109 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Antoine Mechelynck |
|
script type |
utility |
|
description |
By default, (g)vim displays a splash screen when starting with no editfile, or in response to the ":intro" command. This plugin makes the splash screen appear at startup in all cases, even when started with one or more "filename" arguments. |
|
install details |
Just drop this file in the after/plugin subdirectory of the directory named *last* in the 'runtimepath' option. For instance, its full path will typically become (as seen by the shell)
- on Linux: ~/.vim/after/plugin/zzsplash.vim
- on Windows: %HOME%\vimfiles\after\plugin\zzsplash.vim
etc.
-------
Note: If you want it to work even on versions of Vim with no expression evaluation, add the following at the very end of your vimrc:
if 1
finish
endif
" come here only if expression evaluation is not compiled-in
runtime! plugin/zzsplash.vim |
|
script versions (upload new version)
Click on the package to download.
zzsplash.vim |
0.1 |
2006-08-29 |
6.0 |
Antoine Mechelynck |
- bugfix: don't display an extra splash screen if we can detect that Vim will do it
- improvement: support even Tiny versions (after a fashion)
- now we actually support all Vim versions starting at 5.0 |
zzsplash.vim |
0.0 |
2006-08-29 |
5.7 |
Antoine Mechelynck |
Initial upload |
ip used for rating: 18.216.150.3
|