comparison src/vim.h @ 5780:d2286df8719d v7.4.234

updated for version 7.4.234 Problem: Can't get the command that was used to start Vim. Solution: Add v:progpath. (Viktor Kojouharov)
author Bram Moolenaar <bram@vim.org>
date Tue, 01 Apr 2014 19:55:49 +0200
parents fe02fdfbdec0
children f084024c0ddb
comparison
equal deleted inserted replaced
5779:efce50628d78 5780:d2286df8719d
1878 #define VV_OP 52 1878 #define VV_OP 52
1879 #define VV_SEARCHFORWARD 53 1879 #define VV_SEARCHFORWARD 53
1880 #define VV_HLSEARCH 54 1880 #define VV_HLSEARCH 54
1881 #define VV_OLDFILES 55 1881 #define VV_OLDFILES 55
1882 #define VV_WINDOWID 56 1882 #define VV_WINDOWID 56
1883 #define VV_LEN 57 /* number of v: vars */ 1883 #define VV_PROGPATH 57
1884 #define VV_LEN 58 /* number of v: vars */
1884 1885
1885 #ifdef FEAT_CLIPBOARD 1886 #ifdef FEAT_CLIPBOARD
1886 1887
1887 /* VIM_ATOM_NAME is the older Vim-specific selection type for X11. Still 1888 /* VIM_ATOM_NAME is the older Vim-specific selection type for X11. Still
1888 * supported for when a mix of Vim versions is used. VIMENC_ATOM_NAME includes 1889 * supported for when a mix of Vim versions is used. VIMENC_ATOM_NAME includes