-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
css-color stopped working after updating Vim to 7.4 #29
Comments
Strange. There is nothing in the Vim changelog ( Maybe something else in your Vim setup is newly failing on 7.4 and that is interfering with vim-css-color? If it fails on all of your machines, and you are using the same Vim config on all of them, there is a high likelihood that the problem is something in your config. Can you try a stock Vim with just vim-css-color and see if it fails there also? |
thanks, |
Uhm, so you tried and it worked with a stock Vim? Or…? |
no, i didnt nave the time so far, but considering what's your feedback on |
sorry to bother you again, I'm trying to find which plugin or configuration could be the cause of issue. |
Move your |
hi, I tried to do what you said but without any difference, in my .vim I only have after/syntax/css.vim syntax on in the newly created .vimrc file but I'm not getting any color as well |
Hrm, so it’s not your config after all… Now if only I had an idea how to debug this further… 😕 |
I tried this on a VM with Ubuntu, but I have the same issue on a Centos 5 machine and Centos 6, that is, wherever I've Vim 7.4 installed. |
I don’t understand how you can reproduce it so reliably on 7.4… while I haven’t heard from anyone else having the problem, nor have it myself. *headscratch* Maybe I need to try your config…? Is it alexrah/vimmy? |
Yes that's right that repository is my configuration files , use pathogen |
I have the same problem. css colors cannot be shown on vim74. My environment:
VIM:
|
Hi AP, This plugin works fine for vim74: https://github.com/gorodinskiy/vim-coloresque Br. Marslo |
I have the same problem in vim7.4.052,but my friend's macvim 7.4b beta is ok |
Strange that I am now having the same problem myself. Expect a fix soonish. |
if you install vim via brew, you may need to modify /usr/local/Library/Formula/vim.rb,
to
then excute I have written an article about it |
This should be fixed now. (As a bonus, the latest batch of commits makes opening large files a lot faster.) If anyone still has a problem, feel free to re-open the ticket. |
it says all in the title,
I found the same issue on different machines after updating vim to latest version 7.4
The text was updated successfully, but these errors were encountered: