index
:
vis-pairs
html-optional-end-tags
master
one-pass
Spellcheck plugin for the vis editor
Matěj Cepl <mcepl@cepl.eu>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pairs.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
Export range functions directly
Georgi Kirilov
2023-10-04
1
-0
/
+2
*
XML tag blocks everywhere, HTML where appropriate
Georgi Kirilov
2023-10-04
1
-1
/
+7
*
Exclusive inner textobjects in VISUAL_LINE
Georgi Kirilov
2023-10-04
1
-1
/
+20
*
Explicit Window argument
Georgi Kirilov
2023-10-04
1
-27
/
+27
*
More DRY
Georgi Kirilov
2023-10-04
1
-6
/
+6
*
More intuitive order of arguments
Georgi Kirilov
2023-10-04
1
-4
/
+4
*
DRY fixes
Georgi Kirilov
2023-10-04
1
-6
/
+6
*
Load the whole file only once per action
Georgi Kirilov
2023-10-04
1
-44
/
+49
*
Remove a constant argument
Georgi Kirilov
2023-10-04
1
-4
/
+4
*
Don't scan for comments/strings past the cursor
Georgi Kirilov
2023-10-04
1
-6
/
+22
*
Use lpeg.Cc() instead of lpeg.Carg()
Georgi Kirilov
2023-10-04
1
-11
/
+11
*
U+FFFD in UTF-8
Georgi Kirilov
2023-10-04
1
-3
/
+3
*
Clearer reference to the Unicode replacement character
Georgi Kirilov
2023-10-04
1
-3
/
+3
*
Remove unnecessary lpeg.C() calls
Georgi Kirilov
2023-10-04
1
-2
/
+2
*
Separate HTML and XML tag blocks
Georgi Kirilov
2023-10-04
1
-3
/
+10
*
Faster failing
Georgi Kirilov
2023-10-04
1
-1
/
+5
*
Replace a constant upvalue with an argument capture
Georgi Kirilov
2023-10-04
1
-6
/
+7
*
Faster scanning
Georgi Kirilov
2023-10-04
1
-11
/
+19
*
Fix selection of wrong block
Georgi Kirilov
2023-10-04
1
-2
/
+2
*
Keep comments/strings/code boundaries
Georgi Kirilov
2023-10-04
1
-7
/
+69
*
Remove the universal text object for quotes
Georgi Kirilov
2023-10-04
1
-3
/
+1
*
Revert "Repeatedly calling block objects extends selection"
Georgi Kirilov
2023-10-04
1
-20
/
+0
*
Fix outer object when cursor is on its last char
Georgi Kirilov
2023-10-04
1
-1
/
+1
*
Fix count handling (hopefully, for the last time)
Georgi Kirilov
2023-10-04
1
-10
/
+18
*
Exclusive motions in visual
Georgi Kirilov
2023-10-04
1
-2
/
+3
*
Repeatedly calling block objects extends selection
Georgi Kirilov
2023-10-04
1
-0
/
+20
*
Exclusive backwards-up motion with operators
Georgi Kirilov
2023-10-04
1
-1
/
+2
*
Insert template for the sexp brackets pairs
Georgi Kirilov
2023-10-04
1
-6
/
+6
*
Remove newlines from TeX environment delimiters
Georgi Kirilov
2023-10-04
1
-1
/
+1
*
Insert templates can have custom prompt
Georgi Kirilov
2023-10-04
1
-4
/
+4
*
Text object for TeX environments
Georgi Kirilov
2023-10-04
1
-0
/
+2
*
Templates for pattern-delimited blocks
Georgi Kirilov
2023-10-04
1
-3
/
+6
*
Universal text object for quotes
Georgi Kirilov
2023-10-04
1
-1
/
+4
*
Don't overwrite existing configuration
Georgi Kirilov
2023-10-04
1
-6
/
+19
*
Universal text object for sexp bracket pairs
Georgi Kirilov
2023-10-04
1
-0
/
+4
*
Stricter tag names matching
Georgi Kirilov
2023-10-04
1
-1
/
+1
*
Remove the mandatory space in self-closing tags
Georgi Kirilov
2023-10-04
1
-1
/
+1
*
Suppress vis' internal textobject repetition
Georgi Kirilov
2023-10-04
1
-0
/
+10
*
Move LPeg-to-file offsets conversion outside nth()
Georgi Kirilov
2023-10-04
1
-3
/
+10
*
Improve the help text
Georgi Kirilov
2023-10-04
1
-2
/
+2
*
DRY fixes
Georgi Kirilov
2023-10-04
1
-51
/
+40
*
Fix nesting
Georgi Kirilov
2023-10-04
1
-1
/
+1
*
Handle empty HTML/XML elements
Georgi Kirilov
2023-10-04
1
-1
/
+1
*
Merge the motion code with the textobject code
Georgi Kirilov
2023-10-04
1
-5
/
+60
*
Initial commit
Georgi Kirilov
2023-10-04
1
-0
/
+140