Raku / vim-raku

Vim runtime files for Raku support
MIT License
45 stars 12 forks source link

Hyper on method call causes incorrect highlighting #9

Open zostay opened 4 years ago

zostay commented 4 years ago

Migration of https://github.com/vim-perl/vim-perl6/issues/2 by @Oracle

Description of issue

When using the hyper » op to perform a method call, all subsequent method calls (which are normally un-highlighted/white) are highlighted incorrectly until a character appears that has a specific color.

zostay commented 4 years ago

I have confirmed that the bug is still a problem in some, but not all, cases. If I just do what is stated in the original ticket, I can reproduce it, though. (And have also noticed it in the past, but haven't been bothered by it enough to worry about it until now.)