junkblocker / patchreview-vim

Vim/Neovim plugin for doing single, multi-patch or diff code reviews
http://www.vim.org/scripts/script.php?script_id=1563
108 stars 8 forks source link

459b7ed breaks syntax highlighting #15

Closed heeen closed 6 years ago

heeen commented 6 years ago

I have a syntax plugin that hooks itself with autocmd and after that changeset it does not get enabled anymore

junkblocker commented 6 years ago

The goal of all the noautocmd I added in there was to keep the plugin operation independent of anything that might break functioning, a problem I had observed sometimes. I'll think about it and see if it should be reverted.

junkblocker commented 6 years ago

Fixed in b57bceac