We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ab1732 + 7e41842 commit 1032032Copy full SHA for 1032032
plugin/csscomb.vim
@@ -13,4 +13,4 @@ function! g:CSScomb(count, line1, line2)
13
call setline(a:line1, lines)
14
endfunction
15
16
-command! -nargs=? -range=% CSScomb :call g:CSSсomb(<count>, <line1>, <line2>, <f-args>)
+command! -nargs=? -range=% CSScomb :call g:CSScomb(<count>, <line1>, <line2>, <f-args>)
0 commit comments