Remove mblen() check

This commit is contained in:
John Schmidt
2014-03-18 17:26:15 +01:00
committed by Thiago de Arruda
parent 5ff29e00a5
commit 26206d4cfd
4 changed files with 1 additions and 14 deletions

View File

@@ -119,7 +119,6 @@ static linenr_T get_address(char_u **, int skip, int to_other_file);
static void get_flags(exarg_T *eap);
# define HAVE_EX_SCRIPT_NI
static void ex_script_ni(exarg_T *eap);
#endif
static char_u *invalid_range(exarg_T *eap);
static void correct_range(exarg_T *eap);
static char_u *replace_makeprg(exarg_T *eap, char_u *p,