projects
/
dotfiles
/
vim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
602b12b
)
Use number and spell also for mail
author
Julien Valroff
<julien@kirya.net>
Sun, 10 Jul 2011 07:38:38 +0000
(09:38 +0200)
committer
Julien Valroff
<julien@kirya.net>
Sun, 10 Jul 2011 07:38:38 +0000
(09:38 +0200)
.vim/ftplugin/mail.vim
patch
|
blob
|
history
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")