5ea9ec2169
Before, this test would be short-circuited only if gvim was running. This caused vim to still complain when run as "vim -r" (which apparently loads plugins, presumably to set up the proper 'directory' path...). So, I've changed the short circuiting to happen whenever t_Co is the empty string, which happens to be true both for gvim (which understandably doesn't do the terminal initialization stuff) and for vim -r (which largely inexplicably skips terminal initialization). |
||
---|---|---|
.. | ||
CSApprox.vim |