mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 12:08:33 +00:00
Remove mblen() check
This commit is contained in:

committed by
Thiago de Arruda

parent
5ff29e00a5
commit
26206d4cfd
@@ -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,
|
||||
|
Reference in New Issue
Block a user