You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2020. It is now read-only.
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.
Screenshot of the issue:
Above screenshot taken using the 256-color jellybeans color scheme.
Sample code:
# Blue methods after hyper method call@arr.words».tc.join.split().comb».join.split[0];
# No issues seen on normal method call@arr.words.join.split.join.comb.subst(1, 1).tclc;
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.Screenshot of the issue:
Above screenshot taken using the 256-color jellybeans color scheme.
Sample code:
Link to vimrc
vimrc
Output of
vim --version