Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test: avoid name collisions with Xtest directory (#23019) | kylo252 | 2023-04-11 |
| | |||
* | test: use exec_capture() in more places (#22787) | zeertzjq | 2023-03-26 |
| | | | | | | | Problem: Using `meths.exec2("code", { output = true })` is too verbose. Solution: Use exec_capture() in more places. | ||
* | feat(api): nvim_exec2(), deprecate nvim_exec() #19032 | Evgeni Chasnovski | 2023-03-25 |
| | | | | | | | Problem: The signature of nvim_exec() is not extensible per ":help api-contract". Solution: Introduce nvim_exec2() and deprecate nvim_exec(). | ||
* | feat(lua): add api and lua autocmds | TJ DeVries | 2022-02-27 |