summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zárraga <ekaitz.zarraga@gmail.com>2016-04-16 13:52:24 +0200
committerEkaitz Zárraga <ekaitz.zarraga@gmail.com>2016-04-16 13:52:24 +0200
commit952b03007e84f68866b9a7ec2c569142a581b896 (patch)
tree7f5291f3100c3f09cf4514c48f2d1d708327225c
parent233013ef78aec3c1ef1a7924ad97cd50655cc417 (diff)
:D corrected filetype
-rw-r--r--vim/.vim/ftplugin/drowmark.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vim/ftplugin/drowmark.vim b/vim/.vim/ftplugin/drowmark.vim
index bcc41d1..b37384c 100644
--- a/vim/.vim/ftplugin/drowmark.vim
+++ b/vim/.vim/ftplugin/drowmark.vim
@@ -15,7 +15,7 @@ highlight ColorColumn ctermbg=LightGreen
" Auto-capitalize script
augroup SENTENCES
au!
- autocmd InsertCharPre * if &ft=='markdown' | if search('\v(%^|[.!?]\_s+|\_^\-\s|\_^title\:\s|\n\n)%#', 'bcnw') != 0 | let v:char = toupper(v:char) | endif | endif
+ autocmd InsertCharPre * if &ft=='drowmark' | if search('\v(%^|[.!?]\_s+|\_^\-\s|\_^title\:\s|\n\n)%#', 'bcnw') != 0 | let v:char = toupper(v:char) | endif | endif
augroup END
" Highlight spelling errors in red and underline