diff options
| author | John Schmidt <john.schmidt.h@gmail.com> | 2014-03-18 17:26:15 +0100 |
|---|---|---|
| committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-05 10:01:22 -0300 |
| commit | 26206d4cfddb0375b14c47ccf94c480a886f29a1 (patch) | |
| tree | d87658310ce35db041fc79e1c6bb85dcfc249262 /src/ex_docmd.c | |
| parent | 5ff29e00a59e90670d3250d3e72502fac601c818 (diff) | |
| download | rneovim-26206d4cfddb0375b14c47ccf94c480a886f29a1.tar.gz rneovim-26206d4cfddb0375b14c47ccf94c480a886f29a1.tar.bz2 rneovim-26206d4cfddb0375b14c47ccf94c480a886f29a1.zip | |
Remove mblen() check
Diffstat (limited to 'src/ex_docmd.c')
| -rw-r--r-- | src/ex_docmd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 6e14c98e1e..a5cd1863a0 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -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, |
