1
0
forked from aniani/vim

updated for version 7.0-062

This commit is contained in:
Bram Moolenaar
2006-08-16 19:41:08 +00:00
parent f83c5c0113
commit 968bbbe436
5 changed files with 34 additions and 1 deletions

View File

@@ -4783,6 +4783,14 @@ check_termcode(max_offset, buf, buflen)
return -1;
current_menu = (vimmenu_T *)val;
slen += num_bytes;
/* The menu may have been deleted right after it was used, check
* for that. */
if (check_menu_pointer(root_menu, current_menu) == FAIL)
{
key_name[0] = KS_EXTRA;
key_name[1] = (int)KE_IGNORE;
}
}
# endif
# ifdef FEAT_GUI_TABLINE