ahw / vim-hooks

Easily hook shell scripts into Vim autocmd events.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow option to ListVimHooks in lexicographic order regardless of enabled/disabled state

ahw opened this issue · comments

Pushed this to development. Will let it marinate for a bit.

When this feature is merged into master, let g:vimhooks_list_enabled_first = 0 in your ~/.vimrc will cause :ListVimHooks to print hooks in lexicographical order regardless of their enabled/disabled state.