X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vim%2Fafter%2Fftplugin%2Fmail.vim;h=775bba41d4f6c34649c0ae4b5e269900b51fe71b;hb=9d605338233fe8fe10d71a82c9fd83e9e82d0331;hp=ee558b23117993c328e42d8e8bd47da76eedec9b;hpb=b14e6b200a0b41dbf803efcb873d2dc407a39e9e;p=config%2Fdotfiles.git diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim index ee558b2..775bba4 100644 --- a/vim/after/ftplugin/mail.vim +++ b/vim/after/ftplugin/mail.vim @@ -4,7 +4,7 @@ " Maintainer: Simon Ruderich " License: GPL v3+ -" Copyright (C) 2009-2012 Simon Ruderich +" Copyright (C) 2009-2013 Simon Ruderich " " This file is free software: you can redistribute it and/or modify " it under the terms of the GNU General Public License as published by @@ -37,6 +37,6 @@ normal } " Fold quotes. Thanks to Teemu Likonen " (http://permalink.gmane.org/gmane.editors.vim.devel/20890, " <20080809190407.GA7584@mithlond.arda.local>) and danielsh_ in #mutt on -" Freenode (2010-07-10 13:01) for letting me know. +" Freenode (2010-07-10 13:01 CEST) for letting me know. setlocal foldmethod=expr foldminlines=2 setlocal foldexpr=strlen(substitute(substitute(getline(v:lnum),'\\s','','g'),'[^>].*','',''))