csscomb / vim-csscomb

CSScomb plugin for Vim. Tool for sorting CSS properties in specific order.
csscomb.com
134 stars 19 forks source link

Error running :CSScomb #10

Open seyDoggy opened 9 years ago

seyDoggy commented 9 years ago

When I run :CSScomb on a buffer with a plain old .css file I get the following error:

Error detected while processing function g:CSScomb:
line    7:
E684: list index out of range: 1
E15: Invalid expression: split(systemOutput, "\n")[1]
Press ENTER or type command to continue
jojoyuji commented 9 years ago

same error here

jojoyuji commented 8 years ago

is this project still alive?

antte commented 8 years ago

Me three.

It seems this project has changed alot since i last looked at it. They've switched to using CSScomb from node, so after installing that it works alot better. (npm install csscomb)

But IMO this project has gotten less useful over the course of a year or so. Before, you could visually select a segment to be combed, but this no longer seems to work correctly. And there seems to be alot more imposed codestyle for your CSS so it's less portable.

tonyganch commented 8 years ago

Hello, guys! I'm sorry the plugin throws errors. Unfortunately, I don't have enough time to fix them now. Maybe someone of you could help?

ltartari commented 8 years ago

I was having the same error, but using npm install csscomb as suggested by @antte solved it for me.

netcookies commented 7 years ago

you gus have to install csscomb via npm install csscomb

LilyReile commented 6 years ago

I had to install globally with the -g switch: npm install -g csscomb