Go to file
Matt Wozniski 5ea9ec2169 Change the test for complaining about t_Co != 256
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).
2010-05-02 21:38:35 -04:00
autoload Break some code into autoloads. 2009-05-30 00:01:52 -04:00
doc Provide a command to re-run approximation manually 2009-07-12 17:15:48 -04:00
plugin Change the test for complaining about t_Co != 256 2010-05-02 21:38:35 -04:00
.gitignore add a .gitignore file 2009-01-17 01:18:00 -05:00