diff --git a/vim/.vim/mail.vim b/vim/.vim/mail.vim index b402ff2..3aa0cac 100644 --- a/vim/.vim/mail.vim +++ b/vim/.vim/mail.vim @@ -4,9 +4,6 @@ set guioptions-=m "remove menu bar set guioptions-=T "remove toolbar -" highlight words for better writing ( http://mashable.com/2015/05/03/words-eliminate-vocabulary/ ) -match Todo /\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c/ - " Some auto replacements for end of mails iab _v Viele GrüßeMax iab _vm Viele GrüßeMax Mehl @@ -28,13 +25,16 @@ iab MAx Max setlocal spell spelllang=en_gb " default: EN spellcheck " Disable spell check -nmap :setlocal spell! -map! :setlocal spell!li +nmap :setlocal spell! +map! :setlocal spell!li " EN spell check -nmap :setlocal spell spelllang=en_gb -map! :setlocal spell spelllang=en_gbli +nmap :setlocal spell spelllang=en_gb +map! :setlocal spell spelllang=en_gbli " DE spell check -nmap :setlocal spell spelllang=de_20 -map! :setlocal spell spelllang=de_20li +nmap :setlocal spell spelllang=de_20 +map! :setlocal spell spelllang=de_20li + +" highlight words for better writing ( http://mashable.com/2015/05/03/words-eliminate-vocabulary/ ) +match Todo /\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c/