anzu.vim でコマンドの出力時にハイライトする設定を追加した

issues で要望があったので実装してみました。
statusline のように #% を g:anzu_status_format に設定して使用します。

nmap n <Plug>(anzu-n-with-echo)
nmap N <Plug>(anzu-N-with-echo)

" ErrorMsg でハイライトして出力する
let g:anzu_status_format = "%#ErrorMsg#%p(%i/%l)"