Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test: replace lfs with luv and vim.fs | dundargoc | 2023-04-04 |
| | | | | | | test: replace lfs with luv luv already pretty much does everything lfs does, so this duplication of dependencies isn't needed. | ||
* | refactor: remove char_u (#22829) | dundargoc | 2023-04-02 |
| | | | Closes https://github.com/neovim/neovim/issues/459 | ||
* | refactor(undo): don't assume curbuf in u_compute_hash | Thomas Vigouroux | 2021-07-09 |
| | |||
* | test: remove use of require('test.helpers') | Justin M. Keyes | 2019-05-18 |
| | | | | | | The test.functional.helpers and test.unit.helpers modules now include all of the public functions from test.helpers, so there is no need to separately require('test.helpers'). | ||
* | lint | Justin M. Keyes | 2018-04-28 |
| | |||
* | test/unit/undo_spec.lua: fixup after rebase #4985 | Justin M. Keyes | 2018-04-27 |
| | |||
* | test/unit: some unit tests for undo.c #4985 | Christopher Waldon | 2018-04-27 |