mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.4.234
Problem: Can't get the command that was used to start Vim. Solution: Add v:progpath. (Viktor Kojouharov)
This commit is contained in:
@@ -1602,6 +1602,7 @@ parse_command_name(parmp)
|
||||
|
||||
#ifdef FEAT_EVAL
|
||||
set_vim_var_string(VV_PROGNAME, initstr, -1);
|
||||
set_vim_var_string(VV_PROGPATH, (char_u *)parmp->argv[0], -1);
|
||||
#endif
|
||||
|
||||
if (TOLOWER_ASC(initstr[0]) == 'r')
|
||||
|
Reference in New Issue
Block a user