Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: don't vendor file_exists functionHEADmaster | Matěj Cepl | 2024-09-25 | 1 | -10/+1 |
| | | | | Depends on https://git.sr.ht/~mcepl/vis/log/vis-file_exists | ||||
* | Open not only by the base file, but also by *.rej one. | Matěj Cepl | 2024-02-17 | 1 | -5/+17 |
| | | | | | It is useful, when *.rej file is find by find(1) or something similar. | ||||
* | Don't use debug.getmetatable, it leads to crashes. | Matěj Cepl | 2023-09-24 | 1 | -3/+4 |
| | | | | Fix https://is.gd/1CZoSQ | ||||
* | Unfortunately Lua 5.3 (on Leap 15) doesn’t to-be-closed variables yet. | Matěj Cepl | 2023-08-13 | 1 | -1/+4 |
| | |||||
* | Use Lua 5.4 close attribute. | Matěj Cepl | 2022-11-23 | 1 | -10/+8 |
| | |||||
* | Don't start plugin on the empty file (running 'vis` without any parameter) | Matěj Cepl | 2020-06-05 | 1 | -3/+5 |
| | |||||
* | Another version of file_exists function. | Matěj Cepl | 2020-05-19 | 1 | -9/+7 |
| | |||||
* | Fix use of vis API. | Matěj Cepl | 2020-05-11 | 1 | -5/+3 |
| | |||||
* | First attempt | Matěj Cepl | 2020-05-07 | 1 | -0/+22 |