Commit graph

10 commits

Author SHA1 Message Date
依云 3bd0d5e8c1 matchdelete may fail
fixes github issue #15
2014-06-20 13:33:02 +08:00
依云 e0bdb79615 use BufEnter instead of BufRead
so switching buffers in the same window results in updated highlighting
2014-06-20 12:39:59 +08:00
依云 f0c044a129 fix #17: wrong color string parsing 2014-05-06 13:23:20 +08:00
UncleBill e9d2c3c6a7 use str2nr to parse hex color code
here is a test script:
https://gist.github.com/UncleBill/9482014#file-gistfile2-vim
2014-03-12 22:10:23 +08:00
依云 749934c53a bump version 2014-01-25 20:30:25 +08:00
Shane Smith 4c122061a0 Fix auto-startup regression
Moving the `if g:colorizer_startup` block from plugin/ to
autoload/ broke the plugin being automatically started, therefore moved
it back to plugin/.
2014-01-24 13:54:27 -05:00
依云 cad9f690a2 add version infomation 2014-01-17 15:24:53 +08:00
依云 2c358e84d2 use TextChangedI if it works 2014-01-15 19:34:08 +08:00
依云 d32c4b72aa use TextChanged event when possible 2014-01-12 18:58:59 +08:00
依云 9e38fc2614 move function definitions to autoload 2014-01-12 18:16:47 +08:00