You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(texlab): buf_change_env not taking input #4116
Problem:
`buf_change_env` uses `vim.ui.input` but the input prompt value is never used for `client:exec_cmd` (due to async).
Solution:
Call `client:exec_cmd` in `vim.ui.input`.
0 commit comments