» Main »
vim-background-make - background make for vim
Published by Tim Cuthbertson
- Overview
This is a Zero Install feed. This software cannot be run as an application directly. It is a library for other programs to use.
For more information about Zero Install, see 0install.net.
- Full name
- Description
background-make --------------- It's not perfect, but for non-pathological `makeprg` settings it seems to work very reliably. It adds a `:Make` command that does exactly what `:make` does, except it does it in the background. And it tries its very best to not disrupt you - by default, it'll send a system notification the moment that `make` finishes. But it will then wait until you are in either insert or normal mode, at which point it'll take the opportunity to pop up the error window and restore your cursor position / mode. Using: ------ When you would use `:make`, use `:Make` instead. Simple! Customising: ------------ currently the only settable option is changing the notification command, by setting `g:background_make_notify_cmd` The default value is: notify-send "$msg" "Vim background make" `$msg` will be substitited at run time for either "Success!" or "Failed.". If you don't want any notifications, you can simply set it to "echo" or something similarly ineffectual.
- Available versions
The list below is just for information; Zero Install will automatically select one of these versions for you.
Version Released Stability Platform Download 0.20130515.2125 2013-05-15 Any Download (1343 bytes) - Required libraries
This feed does not list any additional requirements.