| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-09-13 | complete-word: pipe the candidates directly to the command | Florian Fischer | 1 | -2/+1 | |
| 2024-03-25 | complete-word: restore mode to INSERT on exit | Randy Palamar | 1 | -0/+2 | |
| 2024-03-08 | lua: complete-word: use internal regex for splitting words | Randy Palamar | 1 | -2/+16 | |
| Internally vis supports unicode just fine. Instead of relying on external programs utilize vis' own features. Thanks to Florian Fischer for the correct regex! | |||||
| 2017-07-14 | vis-lua: make selection first class primitives in Lua API | Marc André Tanner | 1 | -3/+3 | |
| 2017-03-05 | lua: reimplement word and file name completion in lua | Marc André Tanner | 1 | -0/+22 | |
| The file name completion does not yet behave the same way as the previous C code because the completion prefix is currently simply calculated using the `iw` text object which does not handle common path elements (e.g. `.`, `/`, `~`, etc). | |||||
