summaryrefslogtreecommitdiffstatshomepage
path: root/test/unit/undo_spec.lua
AgeCommit message (Collapse)AuthorFiles
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
Work on https://github.com/neovim/neovim/issues/27004.
2024-01-12test: remove helpers.sleep()Lewis Russell1
2023-12-04build: enable lintlua for test/unit/ dir #26396Justin M. Keyes1
Problem: Not all Lua code is checked by stylua. Automating code-style is an important mechanism for reducing time spent on accidental (non-essential) complexity. Solution: - Enable lintlua for `test/unit/` directory. - TODO: only `test/functional/` remains unchecked. previous: 45fe4d11add933df76a2ea4bf52ce8904f4a778b previous: 517f0cc634b985057da5b95cf4ad659ee456a77e
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
- Move vimoption_T to option.h - option_defs.h is for option-related types - option_vars.h corresponds to Vim's option.h - option_defs.h and option_vars.h don't include each other
2023-04-04test: replace lfs with luv and vim.fsdundargoc1
test: replace lfs with luv luv already pretty much does everything lfs does, so this duplication of dependencies isn't needed.
2023-04-02refactor: remove char_u (#22829)dundargoc1
Closes https://github.com/neovim/neovim/issues/459
2021-07-09refactor(undo): don't assume curbuf in u_compute_hashThomas Vigouroux1
2019-05-18test: remove use of require('test.helpers')Justin M. Keyes1
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').
2018-04-28lintJustin M. Keyes1
2018-04-27test/unit/undo_spec.lua: fixup after rebase #4985Justin M. Keyes1
2018-04-27test/unit: some unit tests for undo.c #4985Christopher Waldon1