[vim]spell

This commit is contained in:
Mathieu Maret 2010-11-26 15:42:01 +01:00
parent 6aee7c1a50
commit de7b53bc41
1 changed files with 6 additions and 1 deletions

7
.vimrc
View File

@ -28,7 +28,12 @@
" disable vi-compatible mode
set nocompatible
" to enable spellchecking :set speell"
" set spell spelllang=fr "
" c.f. :help spell
" ]s search next misspelled
" [s search previous misspelled
" z= suggestion
" trad files should be under /usr/share/vim/vimfiles/spell
set spell spelllang=fr
""""""""
" SAVE "
""""""""