aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-10-06 22:50:22 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-10-06 22:50:22 -0300
commit7a83371f077fcc83fc312de755cd98d6f7f27553 (patch)
treea1919e5d4ecd182ef8e80ecb76c171b84be4840c
parent8e38f13a8ee182a78e6033fa2fa0092af08c7f29 (diff)
downloadvim-7a83371f077fcc83fc312de755cd98d6f7f27553.tar.gz
vim-7a83371f077fcc83fc312de755cd98d6f7f27553.tar.bz2
Noautoindent for mail composition
-rw-r--r--vimrc.dot.link4
1 files changed, 4 insertions, 0 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link
index 886181e..e7e675f 100644
--- a/vimrc.dot.link
+++ b/vimrc.dot.link
@@ -133,6 +133,10 @@ nmap <ESC>t :OpenNERDTree<CR>
vmap <C-c> "+yi
vmap <C-x> "+c
+" Workaround for mail editing. There must be a plugin enabling autoindent in
+" mail composition, which is annoying.
+au FileType mail set noautoindent
+
" Color scheme
"colorscheme github
"colorscheme solarized