projects
/
dotfiles
/
vim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use number and spell also for mail
[dotfiles/vim.git]
/
.vim
/
ftplugin
/
mail.vim
diff --git
a/.vim/ftplugin/mail.vim
b/.vim/ftplugin/mail.vim
index
2ce6da5
..
cb5e53c
100644
(file)
--- a/
.vim/ftplugin/mail.vim
+++ b/
.vim/ftplugin/mail.vim
@@
-15,9
+15,9
@@
augroup vimrc_autocmds
augroup END
setlocal spell spelllang=fr,en
-set
no
spell
+set spell
-set nonumber
+
"
set nonumber
" Add mappings, unless the user doesn't want this.
if !exists("no_plugin_maps") && !exists("no_mail_maps")