aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Includes changes in the commit e2c92c58a8e1cdd16044bad7d583fa13e03e69e7.HEADdevelMatěj Cepl2024-02-051-12/+12
| | | | | The upstream author got into an unfortunate habbit of squashing whole repo to one commit, so I have to reconstruct his changes.
* Stop using obsolete format of require().devel-backMatěj Cepl2023-02-161-3/+1
|
* Add README.md and LICENSEMatěj Cepl2023-01-112-0/+72
|
* use the full name from vis.hGeorgi Kirilov2022-08-181-7/+8
|
* tag help entries with |@plugin-name|Georgi Kirilov2022-08-181-2/+8
|
* Squash commitsGeorgi Kirilov2022-08-182-11/+55
|
* Leave a minimal example set of wordsGeorgi Kirilov2020-06-271-70/+13
|
* fix wrong words order in patternGeorgi Kirilov2020-06-271-1/+9
| | | | | | | | Since + is _ordered_ choice in LPeg, if two words start with the same string, and the shorter one comes first in the pattern, the longer one will never match. Fix this by sorting all the words before making a pattern out of them.
* remove unnecessary nil checkGeorgi Kirilov2020-05-201-4/+2
|
* don't inc/dec words _after_ the cursorGeorgi Kirilov2020-05-202-5/+7
| | | | | some short words that are part of larger words are very easy to toggle by mistake. Only do "lookahead" for numbers.
* Fail early if no word matchedGeorgi Kirilov2020-05-191-1/+1
| | | | Otherwise the toggle func was still called, but with an empty range.
* inc/dec words and numbers at or after the cursorGeorgi Kirilov2020-05-192-36/+49
|
* make the repo dir a valid Lua moduleGeorgi Kirilov2020-02-071-0/+0
|
* Add a commentGeorgi Kirilov2019-12-081-0/+3
|
* Use a simpler patternGeorgi Kirilov2019-10-311-1/+1
|
* A few linewise shortcuts for vim compatibilityGeorgi Kirilov2019-10-291-0/+5
|
* don't map C-x in VISUAL (taken)Georgi Kirilov2019-10-141-4/+6
|
* add a sample configGeorgi Kirilov2019-10-021-0/+98
|
* Initial commitGeorgi Kirilov2019-10-021-0/+95