Merge #9036 'func_attr_printf'

This commit is contained in:
Justin M. Keyes
2018-10-07 19:36:01 +02:00
committed by GitHub
17 changed files with 87 additions and 80 deletions

View File

@@ -840,7 +840,7 @@ static void command_line_scan(mparm_T *parmp)
}
if (p == NULL) {
emsgf(_(e_outofmem));
EMSG(_(e_outofmem));
}
Object md = DICTIONARY_OBJ(api_metadata());