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
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).
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.
You seem to be using an old version of the plugin. If you find any issues in the latest version please add a PR at https://github.com/t-b/igor-pro-vim.
In ftdetect/igorpro.vim have you commented in
let igorpro_default_colors = 1
?November 16, 2017 at 10:50 am - Permalink
No. I have already uncommented that line in vimrc file.
November 16, 2017 at 03:23 pm - Permalink
November 17, 2017 at 06:06 am - Permalink
Still the same problem.
I think the problem may be due to my MINGW terminal, but not your igorpor.vim file.
Thanks a lot!
November 17, 2017 at 07:06 am - Permalink
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).November 17, 2017 at 09:15 am - Permalink
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.
November 20, 2017 at 09:15 am - Permalink
November 20, 2017 at 09:35 am - Permalink
November 21, 2017 at 03:11 am - Permalink
November 28, 2017 at 04:51 am - Permalink