forked from aniani/vim
updated for version 7.2-180
This commit is contained in:
@@ -2340,10 +2340,9 @@ static garray_T menutrans_ga = {0, 0, 0, 0, NULL};
|
||||
* This function is also defined without the +multi_lang feature, in which
|
||||
* case the commands are ignored.
|
||||
*/
|
||||
/*ARGSUSED*/
|
||||
void
|
||||
ex_menutranslate(eap)
|
||||
exarg_T *eap;
|
||||
exarg_T *eap UNUSED;
|
||||
{
|
||||
#ifdef FEAT_MULTI_LANG
|
||||
char_u *arg = eap->arg;
|
||||
|
Reference in New Issue
Block a user