aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload/quote.vim
Commit message (Collapse)AuthorAgeFilesLines
* Don't quote first and last lines of range if blankTom Ryder2018-07-171-1/+8
| | | | | This allows quoting paragraphs and blocks using { } and similar motions, doing what I mean.
* Add reformatting analogue to quote mappingsTom Ryder2018-07-161-0/+12
|
* Expand and comment quoting functionsTom Ryder2018-07-141-2/+21
|
* Change mail quoting to generic autoload functionTom Ryder2018-07-141-0/+11
I intend to use it elsewhere.