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
If there are insufficient columns to list all attributes of a highlight group on one line the output will split the output over multiple lines. This happens not only interactively but also when we call highlight with execute() or capture the output with redir.
This is not accounted for and as such depending on the window size there may be errors encountered such as the following.
E684: list index out of range: 0
...
W18: Invalid character in group name
Given I created this out of frustration of Vim setting so many things implicitly finding another new and unexpected behavior is a real downer. I'm not inclined to fix this quickly unless I find an elegant way to handle this, further updates will be made to this ticket.
The text was updated successfully, but these errors were encountered:
If there are insufficient columns to list all attributes of a highlight group on one line the output will split the output over multiple lines. This happens not only interactively but also when we call
highlight
withexecute()
or capture the output withredir
.This is not accounted for and as such depending on the window size there may be errors encountered such as the following.
Given I created this out of frustration of Vim setting so many things implicitly finding another new and unexpected behavior is a real downer. I'm not inclined to fix this quickly unless I find an elegant way to handle this, further updates will be made to this ticket.
The text was updated successfully, but these errors were encountered: