aboutsummaryrefslogtreecommitdiff
path: root/plugin
Commit message (Collapse)AuthorAgeFilesLines
* Break up long l:visualfix definitionv0.1.0Tom Ryder2017-11-061-1/+5
| | | | | Not that this makes it much easier to understand. There's got to be a better way to do this.
* Move tag pattern into variableTom Ryder2017-11-061-1/+3
|
* Use v:count1 directly in functionTom Ryder2017-11-061-8/+8
| | | | There's no particular reason to pass it in.
* Break long remap lines up semanticallyTom Ryder2017-11-061-6/+18
|
* Use nnoremap/onoremap/... etcTom Ryder2017-11-061-6/+6
|
* Use non-interpolating single quotes in remapsTom Ryder2017-11-061-6/+6
|
* Unfold excessive :execute loopTom Ryder2017-11-061-4/+6
| | | | This was just overdoing it.
* Use explicitly case-insensitive operatorsTom Ryder2017-11-061-3/+3
|
* Adjust indentation to conventional 2-spacesTom Ryder2017-11-061-14/+14
|
* Strip trailing whitespaceTom Ryder2017-11-061-1/+0
|
* Update documentation for consistency.Tom Ryder2012-02-111-1/+2
|
* Force magic so this regex works.Tom Ryder2012-02-111-1/+1
|
* Refined regex; ignores SGML comments and PHP tags.Tom Ryder2012-02-111-2/+2
|
* Nicer structure for function.Tom Ryder2012-02-111-10/+6
|
* More explanatory comment.Tom Ryder2012-02-111-2/+3
|
* Slightly more tolerant regex.Tom Ryder2012-02-111-1/+1
|
* First commit.Tom Ryder2012-02-111-0/+48