summaryrefslogtreecommitdiffstats
path: root/pairs.lua
Commit message (Expand)AuthorAgeFilesLines
* Export range functions directlyGeorgi Kirilov2023-10-041-0/+2
* XML tag blocks everywhere, HTML where appropriateGeorgi Kirilov2023-10-041-1/+7
* Exclusive inner textobjects in VISUAL_LINEGeorgi Kirilov2023-10-041-1/+20
* Explicit Window argumentGeorgi Kirilov2023-10-041-27/+27
* More DRYGeorgi Kirilov2023-10-041-6/+6
* More intuitive order of argumentsGeorgi Kirilov2023-10-041-4/+4
* DRY fixesGeorgi Kirilov2023-10-041-6/+6
* Load the whole file only once per actionGeorgi Kirilov2023-10-041-44/+49
* Remove a constant argumentGeorgi Kirilov2023-10-041-4/+4
* Don't scan for comments/strings past the cursorGeorgi Kirilov2023-10-041-6/+22
* Use lpeg.Cc() instead of lpeg.Carg()Georgi Kirilov2023-10-041-11/+11
* U+FFFD in UTF-8Georgi Kirilov2023-10-041-3/+3
* Clearer reference to the Unicode replacement characterGeorgi Kirilov2023-10-041-3/+3
* Remove unnecessary lpeg.C() callsGeorgi Kirilov2023-10-041-2/+2
* Separate HTML and XML tag blocksGeorgi Kirilov2023-10-041-3/+10
* Faster failingGeorgi Kirilov2023-10-041-1/+5
* Replace a constant upvalue with an argument captureGeorgi Kirilov2023-10-041-6/+7
* Faster scanningGeorgi Kirilov2023-10-041-11/+19
* Fix selection of wrong blockGeorgi Kirilov2023-10-041-2/+2
* Keep comments/strings/code boundariesGeorgi Kirilov2023-10-041-7/+69
* Remove the universal text object for quotesGeorgi Kirilov2023-10-041-3/+1
* Revert "Repeatedly calling block objects extends selection"Georgi Kirilov2023-10-041-20/+0
* Fix outer object when cursor is on its last charGeorgi Kirilov2023-10-041-1/+1
* Fix count handling (hopefully, for the last time)Georgi Kirilov2023-10-041-10/+18
* Exclusive motions in visualGeorgi Kirilov2023-10-041-2/+3
* Repeatedly calling block objects extends selectionGeorgi Kirilov2023-10-041-0/+20
* Exclusive backwards-up motion with operatorsGeorgi Kirilov2023-10-041-1/+2
* Insert template for the sexp brackets pairsGeorgi Kirilov2023-10-041-6/+6
* Remove newlines from TeX environment delimitersGeorgi Kirilov2023-10-041-1/+1
* Insert templates can have custom promptGeorgi Kirilov2023-10-041-4/+4
* Text object for TeX environmentsGeorgi Kirilov2023-10-041-0/+2
* Templates for pattern-delimited blocksGeorgi Kirilov2023-10-041-3/+6
* Universal text object for quotesGeorgi Kirilov2023-10-041-1/+4
* Don't overwrite existing configurationGeorgi Kirilov2023-10-041-6/+19
* Universal text object for sexp bracket pairsGeorgi Kirilov2023-10-041-0/+4
* Stricter tag names matchingGeorgi Kirilov2023-10-041-1/+1
* Remove the mandatory space in self-closing tagsGeorgi Kirilov2023-10-041-1/+1
* Suppress vis' internal textobject repetitionGeorgi Kirilov2023-10-041-0/+10
* Move LPeg-to-file offsets conversion outside nth()Georgi Kirilov2023-10-041-3/+10
* Improve the help textGeorgi Kirilov2023-10-041-2/+2
* DRY fixesGeorgi Kirilov2023-10-041-51/+40
* Fix nestingGeorgi Kirilov2023-10-041-1/+1
* Handle empty HTML/XML elementsGeorgi Kirilov2023-10-041-1/+1
* Merge the motion code with the textobject codeGeorgi Kirilov2023-10-041-5/+60
* Initial commitGeorgi Kirilov2023-10-041-0/+140