kylo252
|
aab95ec67e
|
test: avoid name collisions with Xtest directory (#23019)
|
2023-04-11 17:18:54 +08:00 |
|
zeertzjq
|
4863ca6b89
|
test: use exec_capture() in more places (#22787)
Problem:
Using `meths.exec2("code", { output = true })` is too verbose.
Solution:
Use exec_capture() in more places.
|
2023-03-26 10:49:32 +08:00 |
|
Evgeni Chasnovski
|
fe9cbcb3a5
|
feat(api): nvim_exec2(), deprecate nvim_exec() #19032
Problem:
The signature of nvim_exec() is not extensible per ":help api-contract".
Solution:
Introduce nvim_exec2() and deprecate nvim_exec().
|
2023-03-25 09:58:48 -07:00 |
|
TJ DeVries
|
991e472881
|
feat(lua): add api and lua autocmds
|
2022-02-27 22:04:55 +01:00 |
|