diff options
author | t0muxx <30345035+t0muxx@users.noreply.github.com> | 2023-06-14 09:39:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 02:39:14 -0700 |
commit | 0ce065a332cbd3874bd68a86fa9eda20c5467170 (patch) | |
tree | d6b3e8f770da088c3470bb51d3275e5e7026103a /runtime/lua/vim | |
parent | bc67bbe4469b777a958f5ad515dec777777e9f2d (diff) | |
download | rneovim-0ce065a332cbd3874bd68a86fa9eda20c5467170.tar.gz rneovim-0ce065a332cbd3874bd68a86fa9eda20c5467170.tar.bz2 rneovim-0ce065a332cbd3874bd68a86fa9eda20c5467170.zip |
fix(tui): v:argv does not report the original argv[0] #24015
Problem:
Since TUI was moved to another process 24488169564c39a506c235bf6a33b8e23a8cb528
v:argv and v:progname don't report the original argv[0].
["/usr/bin/nvim", "--embed", ...]
Solution:
Use argv[0] instead of VV_PROGPATH in ui_client_start_server().
Fix #23953
Diffstat (limited to 'runtime/lua/vim')
0 files changed, 0 insertions, 0 deletions