From a1706c958e69086f5c9eb7d79779ed839441ff60 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 1 Apr 2014 19:55:49 +0200 Subject: updated for version 7.4.234 Problem: Can't get the command that was used to start Vim. Solution: Add v:progpath. (Viktor Kojouharov) --- src/vim.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/vim.h') diff --git a/src/vim.h b/src/vim.h index ac2ca3005..e83ea4a6e 100644 --- a/src/vim.h +++ b/src/vim.h @@ -1880,7 +1880,8 @@ typedef int proftime_T; /* dummy for function prototypes */ #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 -- cgit v1.2.1