Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make the repo dir a valid Lua module | Georgi Kirilov | 2023-10-04 | 1 | -455/+0 |
* | Configurable exceptions for autopairs | Georgi Kirilov | 2023-10-04 | 1 | -0/+2 |
* | Collaborate with vis-fenced-insert and vis-parkour | Georgi Kirilov | 2023-10-04 | 1 | -6/+20 |
* | Portability fix | Georgi Kirilov | 2023-10-04 | 1 | -0/+3 |
* | Add limited support for AutoPairs | Georgi Kirilov | 2023-10-04 | 1 | -0/+50 |
* | More correct Markdown behaviour | Georgi Kirilov | 2023-10-04 | 1 | -1/+1 |
* | Improve formatting | Georgi Kirilov | 2023-10-04 | 1 | -3/+5 |
* | Fix [ motion | Georgi Kirilov | 2023-10-04 | 1 | -2/+2 |
* | Fix a crash | Georgi Kirilov | 2023-10-04 | 1 | -9/+8 |
* | Consider the whole selection, not just the cursor | Georgi Kirilov | 2023-10-04 | 1 | -20/+18 |
* | Check for nil only once | Georgi Kirilov | 2023-10-04 | 1 | -11/+11 |
* | Fewer returns | Georgi Kirilov | 2023-10-04 | 1 | -16/+9 |
* | Better naming | Georgi Kirilov | 2023-10-04 | 1 | -3/+3 |
* | Repeatedly calling block objects extends selection | Georgi Kirilov | 2023-10-04 | 1 | -30/+29 |
* | Automatic help text for definitions without a name | Georgi Kirilov | 2023-10-04 | 1 | -5/+7 |
* | Separate aux info and delimiters in custom definitions | Georgi Kirilov | 2023-10-04 | 1 | -5/+5 |
* | Separate the help text from the delimiters | Georgi Kirilov | 2023-10-04 | 1 | -9/+9 |
* | Remove "universal" brackets for LISP. | Georgi Kirilov | 2023-10-04 | 1 | -1/+0 |
* | Keep context for asymmetric delimiters, too | Georgi Kirilov | 2023-10-04 | 1 | -4/+5 |
* | Avoid cutting strings/comments in half | Georgi Kirilov | 2023-10-04 | 1 | -3/+13 |
* | Avoid storing *all* the newlines in memory | Georgi Kirilov | 2023-10-04 | 1 | -4/+10 |
* | Avoid an unnecessary string copy | Georgi Kirilov | 2023-10-04 | 1 | -3/+2 |
* | Fix off-by-one excessive newline barfage | Georgi Kirilov | 2023-10-04 | 1 | -2/+2 |
* | Fix abutting blocks | Georgi Kirilov | 2023-10-04 | 1 | -3/+6 |
* | Prevent conflicts with external key mappings | Georgi Kirilov | 2023-10-04 | 1 | -28/+56 |
* | Complete list of HTML void elements | Georgi Kirilov | 2023-10-04 | 1 | -1/+1 |
* | Check for void elements *before* capturing | Georgi Kirilov | 2023-10-04 | 1 | -3/+3 |
* | Alternative a3e9e92f (Faster scanning) | Georgi Kirilov | 2023-10-04 | 1 | -32/+23 |
* | Relax exclusive inner textobjects in VISUAL_LINE | Georgi Kirilov | 2023-10-04 | 1 | -11/+3 |
* | 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 |