csscomb / vim-csscomb

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

Please pull to fix master branch #5

Closed inside closed 11 years ago

inside commented 11 years ago

This fixes the error introduces by 8ab1732ab23958364ca6e426f37e9748d971caac when calling the CSScomb command.

:CSScomb

E107: Parenthèses manquantes : g:CSSсomb(-1, 1, 4, )

It says "missing parenthesis".

The css is:

test {

margin: auto;
background-position: top;

}

My guess is that an invisible caracter has been written on that line. So I retyped it and it fixes the issue.

Regards, Yann

miripiruni commented 11 years ago

@inside thank you very much!