aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload/quote.vim
Commit message (Collapse)AuthorAgeFilesLines
* Make space appending for quote indent configurableTom Ryder2019-05-231-6/+9
|
* Use get() for mail buffer variable fetchTom Ryder2019-05-231-3/+1
|
* Remove unnecessary l: prefixes to Vim variablesTom Ryder2019-05-091-8/+8
|
* Convert a few stridx() to alternative formsTom Ryder2018-08-271-1/+1
| | | | | | If we don't actually want to know whether the string occurs *anywhere* in the line, just at the start, we should really use substring operations or plain old regular expression tests.
* 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.