summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix nested escapingone-passGeorgi Kirilov2024-01-311-30/+3
* yuckHEADmasterGeorgi Kirilov2023-10-151-6/+17
* don't call lexers.load multiple timesGeorgi Kirilov2023-10-101-4/+5
* styleGeorgi Kirilov2023-10-101-5/+5
* fix for vis v0.9Georgi Kirilov2023-10-101-2/+2
* minimize the number of mappingsGeorgi Kirilov2023-10-101-14/+16
* disable autopairs in replace modeGeorgi Kirilov2023-10-041-0/+1
* support "any bracket" block in FennelGeorgi Kirilov2023-10-041-0/+1
* e -> environmentGeorgi Kirilov2023-10-041-1/+1
* fix TeX environment promptGeorgi Kirilov2023-10-041-1/+1
* tag help entries with |@plugin-name|Georgi Kirilov2023-10-041-3/+9
* "prefer" table.unpackGeorgi Kirilov2023-10-041-1/+1
* make the repo dir a valid Lua moduleGeorgi Kirilov2023-10-041-0/+0
* Configurable exceptions for autopairsGeorgi Kirilov2023-10-041-0/+2
* Collaborate with vis-fenced-insert and vis-parkourGeorgi Kirilov2023-10-041-6/+20
* Portability fixGeorgi Kirilov2023-10-041-0/+3
* Add limited support for AutoPairsGeorgi Kirilov2023-10-041-0/+50
* More correct Markdown behaviourGeorgi Kirilov2023-10-041-1/+1
* Improve formattingGeorgi Kirilov2023-10-041-3/+5
* Fix [ motionGeorgi Kirilov2023-10-041-2/+2
* Fix a crashGeorgi Kirilov2023-10-041-9/+8
* Consider the whole selection, not just the cursorGeorgi Kirilov2023-10-041-20/+18
* Check for nil only onceGeorgi Kirilov2023-10-041-11/+11
* Fewer returnsGeorgi Kirilov2023-10-041-16/+9
* Better namingGeorgi Kirilov2023-10-041-3/+3
* Repeatedly calling block objects extends selectionGeorgi Kirilov2023-10-041-30/+29
* Automatic help text for definitions without a nameGeorgi Kirilov2023-10-041-5/+7
* Separate aux info and delimiters in custom definitionsGeorgi Kirilov2023-10-041-5/+5
* Separate the help text from the delimitersGeorgi Kirilov2023-10-041-9/+9
* Remove "universal" brackets for LISP.Georgi Kirilov2023-10-041-1/+0
* Keep context for asymmetric delimiters, tooGeorgi Kirilov2023-10-041-4/+5
* Avoid cutting strings/comments in halfGeorgi Kirilov2023-10-041-3/+13
* Avoid storing *all* the newlines in memoryGeorgi Kirilov2023-10-041-4/+10
* Avoid an unnecessary string copyGeorgi Kirilov2023-10-041-3/+2
* Fix off-by-one excessive newline barfageGeorgi Kirilov2023-10-041-2/+2
* Fix abutting blocksGeorgi Kirilov2023-10-041-3/+6
* Prevent conflicts with external key mappingsGeorgi Kirilov2023-10-041-28/+56
* Complete list of HTML void elementsGeorgi Kirilov2023-10-041-1/+1
* Check for void elements *before* capturingGeorgi Kirilov2023-10-041-3/+3
* Alternative a3e9e92f (Faster scanning)Georgi Kirilov2023-10-041-32/+23
* Relax exclusive inner textobjects in VISUAL_LINEGeorgi Kirilov2023-10-041-11/+3
* 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