ahw / vim-hooks

Easily hook shell scripts into Vim autocmd events.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide way to run hook in "debug" mode (not asynchronously, not silently)

ahw opened this issue · comments

Recently pushed to development. 86736ba. Press "r" on a VimHook line in :ListVimHooks and it'll just run using the plain vanilla :!SCRIPT_NAME method in Vim. Will push to master soon-ish probably.