summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-04-01 19:55:49 +0200
committerBram Moolenaar <Bram@vim.org>2014-04-01 19:55:49 +0200
commita1706c958e69086f5c9eb7d79779ed839441ff60 (patch)
tree463db91f8647a09dd3fc392115886c5e8ee5f261 /src/vim.h
parent31b7d38611541030fe54898a7d8b6a714fa0fa59 (diff)
downloadvim-git-a1706c958e69086f5c9eb7d79779ed839441ff60.tar.gz
updated for version 7.4.234v7.4.234
Problem: Can't get the command that was used to start Vim. Solution: Add v:progpath. (Viktor Kojouharov)
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h3
1 files changed, 2 insertions, 1 deletions
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