vim-operator-highlight
vim-operator-highlight copied to clipboard
Won't play nice with concealing
I was just trying https://github.com/enomsg/vim-haskellConcealPlus and notice vim-operator-highlight was completely blocking it from working. I believe it should be mentioned in readme/docs at last.
This issue also should be the reason for braking jedi-vim:
https://github.com/davidhalter/jedi-vim/issues/415
For reference, here's what jedi-vim does to setup the concealing / syntax highlighting: https://github.com/davidhalter/jedi-vim/blob/master/after/syntax/python.vim
Maybe vim-operator-highlight could use containedin=ALL?
(here: https://github.com/Valloric/vim-operator-highlight/blob/master/plugin/operator_highlight.vim#L72)
@oblitum Can you test if that fixes the issue, please?
yes, for sure.
@blueyed Putting containedin=ALL at the end of the line didn't have any effect.