Open markwu opened 7 years ago
Here comes the screenshots:
Without PaperColor theme
With PaperColor theme
Forgot to mention my environment:
OS
: MacOS Sierra 10.12.3
vim
: MacVim 8.0.329
I'll look into it. Somehow I missed the notification of this post.
I use YouCompleteMe as my completion engine, it will collect my tags and syntax keywords as completion source.
I just found, if I use PaperColor as my color scheme, it will break YouCompleteMe syntax keywords completion.
Here comes the minimal vimrc for testing:
You can repeat the following steps to reproduce this bug (Disable papercolor theme first):
<i>
go to insert mode<?php
and hit<Enter>
flie_
colorscheme PaperColor
. Repeat the test from step 1 again. You will found you can't get syntax keywords like previous test.It is a really weird bug.