setlocal textwidth=76
-"set colorcolumn=+1
-"highlight ColorColumn ctermbg=grey guibg=grey
" Set 'formatoptions' to break text lines and keep the comment leader ">".
setlocal fo+=tcql
" Don't use modelines in e-mail messages, avoid trojan horses and nasty
" "jokes" (e.g., setting 'textwidth' to 5).
setlocal nomodeline
-
+
+" Highlights characters after the 76th column
augroup vimrc_autocmds
autocmd BufEnter * highlight OverLength cterm=bold ctermfg=163
autocmd BufEnter * match OverLength /\%77v.*/
augroup END
+" Draws a vertical line after column 76
+"set colorcolumn=+1
+"highlight ColorColumn ctermbg=grey guibg=grey
+
+
+" Spell checking
setlocal spell spelllang=fr,en
set spell
-"set nonumber
-
" Add mappings, unless the user doesn't want this.
if !exists("no_plugin_maps") && !exists("no_mail_maps")
" Quote text by inserting "> "