mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
updated for version 7.2-193
This commit is contained in:
@@ -286,7 +286,7 @@ typedef struct
|
|||||||
#define VV_RO 2 /* read-only */
|
#define VV_RO 2 /* read-only */
|
||||||
#define VV_RO_SBX 4 /* read-only in the sandbox */
|
#define VV_RO_SBX 4 /* read-only in the sandbox */
|
||||||
|
|
||||||
#define VV_NAME(s, t) s, {{t}}, {0}
|
#define VV_NAME(s, t) s, {{t, 0, {0}}, 0, {0}}, {0}
|
||||||
|
|
||||||
static struct vimvar
|
static struct vimvar
|
||||||
{
|
{
|
||||||
|
@@ -676,6 +676,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
193,
|
||||||
/**/
|
/**/
|
||||||
192,
|
192,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user