ahw / vim-hooks

Easily hook shell scripts into Vim autocmd events.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document how hooks don't run in diff mode

ahw opened this issue · comments

And explain that somehow Vim thinks a file is in diff mode after running Gdiff even though it's not and how to solve this (re-run :Gdiff and then manually close the left-hand-side temp file that it creates to put the original file back in regular, non-diff mode).

Added a troubleshooting section in README.