commit | a1706c958e69086f5c9eb7d79779ed839441ff60 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 01 19:55:49 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 01 19:55:49 2014 +0200 |
tree | 463db91f8647a09dd3fc392115886c5e8ee5f261 | |
parent | 31b7d38611541030fe54898a7d8b6a714fa0fa59 [diff] [blame] |
updated for version 7.4.234 Problem: Can't get the command that was used to start Vim. Solution: Add v:progpath. (Viktor Kojouharov)
diff --git a/src/vim.h b/src/vim.h index ac2ca30..e83ea4a 100644 --- a/src/vim.h +++ b/src/vim.h
@@ -1880,7 +1880,8 @@ #define VV_HLSEARCH 54 #define VV_OLDFILES 55 #define VV_WINDOWID 56 -#define VV_LEN 57 /* number of v: vars */ +#define VV_PROGPATH 57 +#define VV_LEN 58 /* number of v: vars */ #ifdef FEAT_CLIPBOARD