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
Added awareness of comments, so word-based columns will not extend into them.
Example Code:
# Git aliases
alias gs="git status"
alias ts="tig status"
alias glr="git pull --rebase"
Before this fix, if you ran vic on one of "alias" words, then "# Git" would
also have been selected. After this fix it won't.
0 commit comments