aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/mail.vim
Commit message (Expand)AuthorAgeFilesLines
* Add local maps for normalising mail quotesTom Ryder2019-06-221-0/+4
* Don't do :StrictQuote automatically on mail editTom Ryder2019-06-221-1/+0
* Make :StrictQuote command accept a rangeTom Ryder2019-06-221-10/+4
* Add missing b:undo_ftplugin commands for ft=mailTom Ryder2019-06-141-0/+3
* Wrap mail quote cleanup in command-funcTom Ryder2019-06-141-20/+25
* Move to body text correctly for start guesserTom Ryder2019-06-141-0/+6
* Wrap mail starting point guesser in command-funcTom Ryder2019-06-141-3/+5
* Use more idiomatic check for empty stringTom Ryder2019-06-141-1/+1
* Ensure we're in body text before breaking quotesTom Ryder2019-06-141-0/+7
* Correct a misleading word in mail ftplugin commentTom Ryder2019-06-141-1/+1
* Ensure only actual quoted mail lines are reshapedTom Ryder2019-06-141-1/+1
* Revert "Use shorter :map commands for diff/mail...Tom Ryder2019-06-141-8/+16
* Use shorter :map commands for diff/mail para navTom Ryder2019-06-071-16/+8
* Adjust quoting in mail greeting matchTom Ryder2019-06-071-2/+2
* Spellcheck mailTom Ryder2019-06-051-0/+6
* Refine apostrophe matching for mail greetingsTom Ryder2019-05-271-2/+2
* Tolerate smart quotes in g'dayTom Ryder2019-05-251-1/+1
* Tolerate spaces for final reply moveTom Ryder2019-05-241-1/+1
* Don't strip tabs after angle quotesTom Ryder2019-05-241-2/+2
* More revision/expansion of blank/greeting stripTom Ryder2019-05-241-17/+20
* Break up and improve greeting patternTom Ryder2019-05-241-1/+5
* Make greeting regex even nuttierTom Ryder2019-05-241-3/+3
* Delete blank lines at top of quoted replyTom Ryder2019-05-231-0/+7
* Don't add spaces when quoting mailTom Ryder2019-05-231-0/+4
* Fix "break" in favour of "continue"Tom Ryder2019-05-231-1/+1
* Improve blank line squeeze behaviour for mailTom Ryder2019-05-231-3/+10
* Don't add a space to trailing quotesTom Ryder2019-05-231-2/+2
* Prevent unneeded capture of group in greet regexTom Ryder2019-05-231-1/+1
* Correct :return to :breakTom Ryder2019-05-231-1/+1
* Run repeat blank squeeze on mail replyTom Ryder2019-05-231-1/+2
* Normalise quoting in mailTom Ryder2019-05-231-0/+21
* Strip trailing blanks after greetingTom Ryder2019-05-231-1/+1
* Improve opening-greeting strip from mail ftpluginTom Ryder2019-05-231-3/+3
* Remove unnecessary g: prefixes to Vim variablesTom Ryder2019-05-091-2/+2
* Remove superfluous unmappings for mail filetypeTom Ryder2019-01-061-7/+0
* Remove b:undo_ftplugin cmds for double-key mapsTom Ryder2018-12-041-2/+0
* Remove double-key mapping shortcutsTom Ryder2018-11-291-4/+0
* Remove boilerplate after/ftplugin load guardsTom Ryder2018-11-291-5/+0
* Clear away stock ft=mail quoting mapsTom Ryder2018-11-291-0/+7
* Correct RHS of (un)important mail ftplugin mapTom Ryder2018-11-231-2/+2
* Spin out repeated blank lines map to new pluginTom Ryder2018-08-301-5/+7
* Add mapping to contract multiple blank linesTom Ryder2018-08-291-0/+5
* Correct a commentTom Ryder2018-08-271-1/+1
* Add mail shortcut for flagging a message as urgentTom Ryder2018-08-221-1/+4
* Rearrange local mappings for mailTom Ryder2018-08-141-15/+21
* Move Vim mail functions to autoloadTom Ryder2018-08-141-64/+7
* Delete multiple blank lines after skipped greetingTom Ryder2018-08-141-3/+3
* Add "hey" to generic mail quote greetingsTom Ryder2018-08-141-1/+1
* Adjust line boundaries for mail motionsTom Ryder2018-08-091-2/+2
* Adjust ,[ and ,] maps to add visual modeTom Ryder2018-08-091-6/+17