aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/mail.vim
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Now that it isn't called on every load.
* 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
| | | | | | | This reverts commit bcad400. It breaks visual mode and operator mode operations, which should have been obvious.
* 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
| | | | My dad just sent me one.
* Tolerate spaces for final reply moveTom Ryder2019-05-241-1/+1
|
* Don't strip tabs after angle quotesTom Ryder2019-05-241-2/+2
| | | | Don't solve problems we don't have yet
* 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
| | | | Needs to be split into two lines now.
* 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 squeeze blank lines if there are no quote prefixes in the message, suggesting that this is a new message and that we will be wanting to keep the two blank lines between the header and the signature, so that "o" just starts writing a message, like I'm used to.
* 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
| | | | | The relevant maps were removed in commit 5f1f5b9, but these unmap instructions were left behind.
* Remove double-key mapping shortcutsTom Ryder2018-11-291-4/+0
| | | | | I never use these anyway; I'm firmly in the habit of using underscores to represent the current line these days.
* Remove boilerplate after/ftplugin load guardsTom Ryder2018-11-291-5/+0
| | | | | | | | I'm likely going to move away from Vim 6.0 support, at least for all of this filetype stuff. We will keep the one filetype load guard we actually need, which is the HTML one, to stop plugins like markdown.vim from loading it.
* 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
| | | | | | | | | | | | | This resolves the issue raised in f1b6f3b, where the mappings did not work if the cursor was on the first line. I had the colon `:` that starts the `ex` command and the `<C-U>` that clears any existing command around the wrong way. Because CTRL-U in normal mode scrolls up, it fails if we're already on the top line, and the rest of the mapping looks to be skipped. There don't seem to be any other instances of the same error that I can find.
* 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
| | | | | This should be a command, and may very well be useful outside of mail contexts, but this will do OK for now.
* 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
|