Enjoy this amalgamation of crap I use for editing runtime files.
:PP: Pretty print.:Runtime: Reload runtime files. Like:runtime!, but it unlets any include guards first.:Disarm: Remove a runtime file's maps, commands, and autocommands, effectively disabling it.:Scriptnames: Load:scriptnamesinto the quickfix list.:Verbose: Capture the output of a:verboseinvocation into the preview window.:Time: Measure how long a command takes.:Breakadd: Like its lowercase cousin, but makes it much easier to set breakpoints inside functions. Also:Breakdel.:Vedit: Edit a file relative the runtime path. For example,:Vedit plugin/scriptease.vim. Also,:Vsplit,:Vtabedit, etc. Extracted from pathogen.vim.K: Look up the:helpfor the VimL construct under the cursor.zS: Show the active syntax highlighting groups under the cursor.g!: Eval a motion or selection as VimL and replace it with the result. This is handy for doing math, even outside of VimL. It's so handy, in fact, that it probably deserves its own plugin.
See the :help for details.
If you don't have a preferred installation method, I recommend installing pathogen.vim, and then simply copy and paste:
cd ~/.vim/bundle
git clone git://github.com/tpope/vim-scriptease.git
Once help tags have been generated, you can view the manual with
:help scriptease.
See the contribution guidelines for pathogen.vim.
Like scriptease.vim? Follow the repository on GitHub and vote for it on vim.org. And if you're feeling especially charitable, follow tpope on Twitter and GitHub.
Copyright (c) Tim Pope. Distributed under the same terms as Vim itself.
See :help license.