Skip to content

Commit d4c493d

Browse files
author
Gertjan Reynaert
committed
Fix vim configuration for auto-combing
1 parent 6317c8f commit d4c493d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ Vim command:
5555
" Map bc to run CSScomb. bc stands for beautify css
5656
autocmd FileType css noremap <buffer> <leader>bc :CSScomb<CR>
5757
" Automatically comb your CSS on save
58-
autocmd BufWritePre,FileWritePre *.css,*.less,*.scss,*.sass silent! :CSScomb<CR>
58+
autocmd BufWritePre,FileWritePre *.css,*.less,*.scss,*.sass silent! :CSScomb
5959
```

0 commit comments

Comments
 (0)