forked from aniani/vim
updated for version 7.0-030
This commit is contained in:
@@ -262,7 +262,7 @@ EX(CMD_command, "command", ex_command,
|
|||||||
EX(CMD_comclear, "comclear", ex_comclear,
|
EX(CMD_comclear, "comclear", ex_comclear,
|
||||||
TRLBAR|CMDWIN),
|
TRLBAR|CMDWIN),
|
||||||
EX(CMD_compiler, "compiler", ex_compiler,
|
EX(CMD_compiler, "compiler", ex_compiler,
|
||||||
BANG|TRLBAR|WORD1),
|
BANG|TRLBAR|WORD1|CMDWIN),
|
||||||
EX(CMD_continue, "continue", ex_continue,
|
EX(CMD_continue, "continue", ex_continue,
|
||||||
TRLBAR|SBOXOK|CMDWIN),
|
TRLBAR|SBOXOK|CMDWIN),
|
||||||
EX(CMD_confirm, "confirm", ex_wrongmodifier,
|
EX(CMD_confirm, "confirm", ex_wrongmodifier,
|
||||||
|
@@ -666,6 +666,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 */
|
||||||
|
/**/
|
||||||
|
30,
|
||||||
/**/
|
/**/
|
||||||
29,
|
29,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user