ctrlpvim / ctrlp.vim

Active fork of kien/ctrlp.vim—Fuzzy file, buffer, mru, tag, etc finder.
ctrlpvim.github.com/ctrlp.vim
Other
5.55k stars 260 forks source link

highlight lost after changing colorscheme #585

Closed gagara closed 2 years ago

gagara commented 2 years ago

Steps to reproduce:

  1. Run vim
  2. Open CtrlP, make sure highlighting works fine
  3. Change colorsheme. e.g. :colorscheme evening
  4. Open CtrlP again

Actual Result: No highlighting anymore

Expected Result: Highlighting should work

Additional info: vim version: 8.2 ctrlp commit: d9388d897

mattn commented 2 years ago

Could you please try https://github.com/ctrlpvim/ctrlp.vim/pull/586 ?

gagara commented 2 years ago

works perfectly! thanks a lot!