mirror of
https://github.com/neovim/neovim.git
synced 2025-11-13 05:48:51 +00:00
Problem:
Using `meths.exec2("code", { output = true })` is too verbose.
Solution:
Use exec_capture() in more places.
Problem:
Using `meths.exec2("code", { output = true })` is too verbose.
Solution:
Use exec_capture() in more places.