Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MatchParen disappearing cursor bug when running vim in Cygwin termin... #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

johnnovak
Copy link

...al

When running vim in the Cygwin terminal, the MatchParen ctermbg definition makes the lightblue cursor background turn to black when a paren is being matched. This is particularly confusing when using the Dark or Black colorscheme (effectively, the cursor disappears so it's easy to mistake the matched paren as a "new" cursor, which is very confusing...).

I was not able to determine the cause of this behaviour, but have discovered that choosing a different but similar color from the 256 color table fixes the problem. Given this slight change of color is virtually unnoticeable, I think this is a reasonable workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant