aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/mail.vim
Commit message (Expand)AuthorAgeFilesLines
* Add workaround for bad map settings in mail.vimTom Ryder2020-06-041-0/+10
* Add missing buffer-local flag to mail mapsTom Ryder2020-06-041-2/+2
* Some spelling fixesTom Ryder2020-05-091-1/+1
* Correct unmaps for changed mail importance mapsTom Ryder2020-01-031-3/+3
* Remove unneeded exclamations for :commandTom Ryder2020-01-021-1/+1
* Reimplement mail header importance flaggingTom Ryder2020-01-011-5/+12
* Add missing undo for strict quote map defsTom Ryder2019-12-301-0/+2
* Move strict quote mappings beneath var guardTom Ryder2019-12-301-4/+6
* Move ft=mail start suggestion to autoloadTom Ryder2019-12-301-40/+1
* Don't squeeze blanks by default in mail filetypeTom Ryder2019-06-221-9/+0
* Improve honesty of comment in mail ftpluginTom Ryder2019-06-221-2/+1
* Move mail ftplugin function out into autoloadTom Ryder2019-06-221-23/+1
* 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