Fixed typo

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-06-04 08:25:36 +02:00
parent f4cdf23b91
commit 33b5be7e7c
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ let g:slimv_swank_cmd = '! xterm -e sbcl --load /usr/share/common-lisp/source/sl
autocmd Filetype html setlocal ts=2 sts=2 sw=2
autocmd Filetype javascript setlocal ts=2 sts=2 sw=2
autocmd Filetype coffee setlocal ts=2 sts=2 sw=2
autocmd filetype dart setlocal ts=2 sts=2 sw=2
autocmd Filetype dart setlocal ts=2 sts=2 sw=2
" Syntax highlighting for HtMd (Hypertext Markdown)
au BufRead,BufNewFile *.htmd set filetype=html