mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.0-176
This commit is contained in:
parent
61b974b9ee
commit
9c4b4ab3a6
@ -2246,7 +2246,7 @@ ex_emenu(eap)
|
|||||||
{
|
{
|
||||||
/* When executing a script or function execute the commands right now.
|
/* When executing a script or function execute the commands right now.
|
||||||
* Otherwise put them in the typeahead buffer. */
|
* Otherwise put them in the typeahead buffer. */
|
||||||
#ifdef FEAT_En
|
#ifdef FEAT_EVAL
|
||||||
if (current_SID != 0)
|
if (current_SID != 0)
|
||||||
exec_normal_cmd(menu->strings[idx], menu->noremap[idx],
|
exec_normal_cmd(menu->strings[idx], menu->noremap[idx],
|
||||||
menu->silent[idx]);
|
menu->silent[idx]);
|
||||||
|
@ -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 */
|
||||||
|
/**/
|
||||||
|
176,
|
||||||
/**/
|
/**/
|
||||||
175,
|
175,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user