commit | 48ac671fe5cb5a7c2d5263d2f122e5e903022e30 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 04 20:26:21 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 04 20:26:21 2019 +0200 |
tree | de853f82e2d451d2067f562fcc78b074c97cbc08 | |
parent | 4e038571aa91521e110187a256b5d16bff8b5820 [diff] [blame] |
patch 8.1.1632: build with EXITFREE but without +arabic fails Problem: Build with EXITFREE but without +arabic fails. Solution: Rename the function and adjust #ifdefs. (closes #4613)
diff --git a/src/ex_getln.c b/src/ex_getln.c index 303786c..c9c63ac 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c
@@ -3174,7 +3174,7 @@ # if defined(EXITFREE) || defined(PROTO) void -free_cmdline_buf(void) +free_arshape_buf(void) { vim_free(arshape_buf); }