88

GitHub - tpope/vim-scriptease: scriptease.vim: A Vim plugin for Vim plugins

 5 years ago
source link: https://github.com/tpope/vim-scriptease
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.markdown

scriptease.vim

I make so many Vim plugins I had to make a Vim plugin for making Vim plugins.

Features

  • :PP: Pretty print. With no argument, acts as a REPL.
  • :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 :scriptnames into the quickfix list.
  • :Messages: Load :messages into the quickfix list, with stack trace parsing.
  • :Verbose: Capture the output of a :verbose invocation 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 :help for 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.
  • Projections for projectionist.vim.

See the :help for details.

Installation

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.

Contributing

See the contribution guidelines for pathogen.vim.

Self-Promotion

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.

License

Copyright (c) Tim Pope. Distributed under the same terms as Vim itself. See :help license.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK