comparison src/proto/main.pro @ 9403:9b048dced116 v7.4.1983

commit https://github.com/vim/vim/commit/75464dc434c43efac60e8bfd9bec2a8b736407e9 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 2 20:27:50 2016 +0200 patch 7.4.1983 Problem: farsi.c and arabic.c are included in a strange way. Solution: Build them like other files.
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Jul 2016 20:30:06 +0200
parents 43b8570abbec
children 00ee8d8c2e0c
comparison
equal deleted inserted replaced
9402:165d9b2513e9 9403:9b048dced116
8 void time_pop(void *tp); 8 void time_pop(void *tp);
9 void time_msg(char *mesg, void *tv_start); 9 void time_msg(char *mesg, void *tv_start);
10 void server_to_input_buf(char_u *str); 10 void server_to_input_buf(char_u *str);
11 char_u *eval_client_expr_to_string(char_u *expr); 11 char_u *eval_client_expr_to_string(char_u *expr);
12 char_u *serverConvert(char_u *client_enc, char_u *data, char_u **tofree); 12 char_u *serverConvert(char_u *client_enc, char_u *data, char_u **tofree);
13 int fkmap(int c);
14 char_u *lrswap(char_u *ibuf);
15 char_u *lrFswap(char_u *cmdbuf, int len);
16 char_u *lrF_sub(char_u *ibuf);
17 int cmdl_fkmap(int c);
18 int F_isalpha(int c);
19 int F_isdigit(int c);
20 int F_ischar(int c);
21 void farsi_f8(cmdarg_T *cap);
22 void farsi_f9(cmdarg_T *cap);
23 int arabic_shape(int c, int *ccp, int *c1p, int prev_c, int prev_c1, int next_c);
24 /* vim: set ft=c : */ 13 /* vim: set ft=c : */