From 7e41842056c8d66d7668c2413911b7359183c804 Mon Sep 17 00:00:00 2001 From: Yann Thomas-Gerard Date: Wed, 7 Nov 2012 10:33:14 +0100 Subject: [PATCH] Retypes CSScomb. An invisible caracter may have been written. --- plugin/csscomb.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/csscomb.vim b/plugin/csscomb.vim index 77f74b2..2592300 100644 --- a/plugin/csscomb.vim +++ b/plugin/csscomb.vim @@ -13,4 +13,4 @@ function! g:CSScomb(count, line1, line2) call setline(a:line1, lines) endfunction -command! -nargs=? -range=% CSScomb :call g:CSSсomb(, , , ) +command! -nargs=? -range=% CSScomb :call g:CSScomb(, , , )