Syntax Highlighting Problerm in VIM

I configured my vim (MINGW64 under Win10) according the instructions in http://www.igorexchange.com/node/6168
It has effects but not so accurate : the color looks diffenrent from that in Igor.
Any one can help? Thanks

I'm the author of this package.

In ftdetect/igorpro.vim have you commented in  let igorpro_default_colors = 1?
thomas_braun wrote:
I'm the author of this package.

In ftdetect/igorpro.vim have you commented in  let igorpro_default_colors = 1?


No. I have already uncommented that line in vimrc file.
thomas_braun wrote:
I've uploaded the latest version which im using. Could you retry?


Still the same problem.

I think the problem may be due to my MINGW terminal, but not your igorpor.vim file.

Thanks a lot!
Maybe you are sourcing the wrong files?

Checkout with set runtimepath which files are sourced. If nothing helps you can also modify the syntax file itself by commenting out line 542 and 561 to 584 (the if/elseifendif pair).
thomas_braun wrote:
Maybe you are sourcing the wrong files?

Checkout with set runtimepath which files are sourced. If nothing helps you can also modify the syntax file itself by commenting out line 542 and 561 to 584 (the if/elseifendif pair).


The syntax only sets right colors for vim with GUI. The color set for ctermfg is wrong. My vim runs in MinGW which has a terminal. That is the reason for the false color. I have corrected it. Thanks.