≡

wincent.dev

  • Products
  • Blog
  • Wiki
  • Issues
You are viewing an historical archive of past issues. Please report new issues to the appropriate project issue tracker on GitHub.
Home » Issues » Bug #1889

Bug #1889: The Cursor color "guifg" is changed after running CommanT command

Kind bug
Product Command-T
When Created 2011-10-06T16:53:26Z, updated 2012-01-28T16:09:01Z
Status open
Reporter anonymous
Tags no tags

Description

The Cursor color "guifg" is changed after running "CommandT" command.

Comments

  1. Greg Hurrell 2011-10-09T05:21:58Z

    What's the exact output you get when you run :highlight Cursor?

    If you look at the implementation of the get_cursor_highlight method, you'll see that it tries to record the current highlight of guifg so that it can restore it later.

    My guess is that your highlight format isn't being picked up. If you can provide the details, it should be trivial to teach it how to handle that format.

  2. anonymous 2012-01-28T16:09:01Z

    I've encoutered a similar problem.

    The Cursor before running command-T:

    Cursor  xxx cterm=bold ctermfg=0 ctermbg=10 gui=bold guifg=Black guibg=Green

    After running command-T:

    Cursor  xxx cterm=bold ctermfg=0 ctermbg=10 gui=bold guifg=Black

    Thus it seems that the guibg=Green is gone.

Add a comment

Comments are now closed for this issue.

  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Issues
  • Snippets