Skip to content

Commit 7e41842

Browse files
committed
Retypes CSScomb. An invisible caracter may have been written.
1 parent 8ab1732 commit 7e41842

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)