diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-07-04 20:26:21 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-07-04 20:26:21 +0200 |
commit | 48ac671fe5cb5a7c2d5263d2f122e5e903022e30 (patch) | |
tree | de853f82e2d451d2067f562fcc78b074c97cbc08 /src/proto/ex_getln.pro | |
parent | 4e038571aa91521e110187a256b5d16bff8b5820 (diff) | |
download | vim-git-48ac671fe5cb5a7c2d5263d2f122e5e903022e30.tar.gz |
patch 8.1.1632: build with EXITFREE but without +arabic failsv8.1.1632
Problem: Build with EXITFREE but without +arabic fails.
Solution: Rename the function and adjust #ifdefs. (closes #4613)
Diffstat (limited to 'src/proto/ex_getln.pro')
-rw-r--r-- | src/proto/ex_getln.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/ex_getln.pro b/src/proto/ex_getln.pro index 8095eff14..5d513707b 100644 --- a/src/proto/ex_getln.pro +++ b/src/proto/ex_getln.pro @@ -12,7 +12,7 @@ char_u *getexmodeline(int promptc, void *cookie, int indent, int do_concat); int cmdline_overstrike(void); int cmdline_at_end(void); colnr_T cmdline_getvcol_cursor(void); -void free_cmdline_buf(void); +void free_arshape_buf(void); void putcmdline(int c, int shift); void unputcmdline(void); int put_on_cmdline(char_u *str, int len, int redraw); |