Friday, February 26, 2016

gvim acts differently when invoked from mingw64 and ms-windows

I just built gvim (+tcl) with patch 1421 on mingw64.
I changed file syntax/vim.vim to highlight tcl embeded in vim script (line 621):
let g:vimsyn_embed= "lmpPrt"

When invoked directly from ms-windows, it acts just as expected;
but when invoked from mingw bash, it fails to highlight tcl as if vim.vim was unchanged.

So I did :syntax in both case and diffed the outputs. All differences are related to tcl.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: