-
Notifications
You must be signed in to change notification settings - Fork 529
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
Git commit comment highlighting #11
Comments
I am unable to reproduce this behavior using a minimal Vim configuration with master (5640329), the commit message is white as expected without modifying the theme. I tested with NeoVim 0.1.2 as well as Vim 7.4 patches (1-1301). Are you sure you're using the latest iTerm color scheme (last changed in 4bb1115?) |
It looks like the iterm2 theme was up to date. I retried things with a vim/neovim init file consisting of
using vim v7.4 (patches 1-1345), neovim v0.1.3-128-gf887037, and neovim v0.1.2 and the iterm2 nightly build. Vanilla vim looked like it had no issues, but both versions of neovim still exhibit the issue. Perhaps it's something to do with the iterm2 nightly builds? Vanilla vim (with the onedark theme) looked ok even in the default OS X terminal, but neovim had more serious issues. I'm willing to accept that the problem lies entirely with my setup, so feel free to close the issue. If I discover anything I can chime in again. |
The only other thing I can think of is iTerm's "Draw bold text in bright colors" setting, which also shouldn't be the culprit here since the text isn't bold. Closing this for now as you suggested; thanks for the report in any case! |
I noticed after 5640329 that my Git commit coloring appeared a bit off. In particular, comments and regular text are the same color. While I primarily use neovim + iterm2 (and the associated onedark themes), I notice the same issue with regular vim and a minimal vimrc. For example:
However, tweaking the Git highlighting to use
s:comment_grey
where previously no color was specified, such as:results in something more like what I would expect:
I'm not entirely sure what colors were intended for git commits, or how the above modification affects other configurations, or whether this is an issue with the color scheme or simply my personal configs.
The text was updated successfully, but these errors were encountered: