vim-operator-highlight icon indicating copy to clipboard operation
vim-operator-highlight copied to clipboard

A plugin that highlights operator characters for every language.

Results 5 vim-operator-highlight issues
Sort by recently updated
recently updated
newest added

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.

I was trying to code some small Perl script today and found out that the syntax highlighting for Perl went wrong whenever I enabled vim-operator-highlight for 'perl' filetype: ![selection_001](https://cloud.githubusercontent.com/assets/874795/6816131/58c9fe84-d265-11e4-8af5-24c05ddc7164.png) So...

Hi, Is there some extra steps that need to be taken to make this plugin work. I decided to give it a try in order to introduce a bit more...

check here http://stackoverflow.com/questions/14943190/reloading-vimrc-causes-different-syntax-highlighting

it works outside but not inside ex: var foo.exfunc = function() { stuff }; then only period in foo.exfunc and brackets in function() get highlighted