aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/mail.vim
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a blank lineTom Ryder2018-08-081-0/+1
* Don't jump if zero or no moveTom Ryder2018-08-081-2/+4
* Use normal G for line jump to update jumplistTom Ryder2018-08-081-1/+1
* Add and revise some commentsTom Ryder2018-08-081-1/+23
* Allow count prefixes for ,[ and ,] in mailTom Ryder2018-08-081-9/+14
* Check both ends of the line range for mail mapsTom Ryder2018-08-081-1/+1
* Improve ,[ and ,] mappings in mailTom Ryder2018-08-081-4/+19
* Add operator-pending analogues to quote para mapsTom Ryder2018-08-081-0/+6
* Add mappings to move through quoted mail blocksTom Ryder2018-08-081-0/+8
* Strip generic greetings from quoted mailTom Ryder2018-08-061-0/+9
* Make cursor start heuristics for mail smarterTom Ryder2018-08-061-4/+10
* Add mapping to flag mail messages as unimportantTom Ryder2018-08-031-0/+13
* Add \m 'magic' setting to mail headers jumpTom Ryder2018-07-161-1/+1
* Add reformatting analogue to quote mappingsTom Ryder2018-07-161-0/+6
* Add missing <buffer> to mail quote unmapsTom Ryder2018-07-151-3/+3
* Change mail quoting to generic autoload functionTom Ryder2018-07-141-3/+3
* Replace mail.vim quoting mappingsTom Ryder2018-07-131-1/+15
* Move to after headers when writing new mailTom Ryder2018-07-131-0/+7