Skip to content

Commit 1032032

Browse files
committed
Merge pull request csscomb#5 from inside/master
Please pull to fix master branch
2 parents 8ab1732 + 7e41842 commit 1032032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/csscomb.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ function! g:CSScomb(count, line1, line2)
1313
call setline(a:line1, lines)
1414
endfunction
1515

16-
command! -nargs=? -range=% CSScomb :call g:CSSсomb(<count>, <line1>, <line2>, <f-args>)
16+
command! -nargs=? -range=% CSScomb :call g:CSScomb(<count>, <line1>, <line2>, <f-args>)

0 commit comments

Comments
 (0)