ahw / vim-hooks

Easily hook shell scripts into Vim autocmd events.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

:ListVimHooks shows incorrect hook name

ahw opened this issue · comments

  1. :ListVimHooks
  2. Enable a disabled hook
  3. :q (close the ListVimHooks buffer)
  4. :ListVimHooks
  5. Note how the hook you just enabled ends in ".disabled" even though that part was supposedly removed when you first enabled it.