comparison src/proto/main.pro @ 9399:43b8570abbec v7.4.1981

commit https://github.com/vim/vim/commit/ee2615af64fdcee87d8e4b13b65356e77fbd969b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 2 18:25:34 2016 +0200 patch 7.4.1981 Problem: No testing for Farsi code. Solution: Add a minimal test. Clean up Farsi code.
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Jul 2016 18:30:05 +0200
parents 21b0a39d13ed
children 9b048dced116
comparison
equal deleted inserted replaced
9398:8a735bf153d0 9399:43b8570abbec
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 toF_TyA(int c);
14 int fkmap(int c); 13 int fkmap(int c);
15 void conv_to_pvim(void);
16 void conv_to_pstd(void);
17 char_u *lrswap(char_u *ibuf); 14 char_u *lrswap(char_u *ibuf);
18 char_u *lrFswap(char_u *cmdbuf, int len); 15 char_u *lrFswap(char_u *cmdbuf, int len);
19 char_u *lrF_sub(char_u *ibuf); 16 char_u *lrF_sub(char_u *ibuf);
20 int cmdl_fkmap(int c); 17 int cmdl_fkmap(int c);
21 int F_isalpha(int c); 18 int F_isalpha(int c);
22 int F_isdigit(int c); 19 int F_isdigit(int c);
23 int F_ischar(int c); 20 int F_ischar(int c);
24 void farsi_fkey(cmdarg_T *cap); 21 void farsi_f8(cmdarg_T *cap);
22 void farsi_f9(cmdarg_T *cap);
25 int arabic_shape(int c, int *ccp, int *c1p, int prev_c, int prev_c1, int next_c); 23 int arabic_shape(int c, int *ccp, int *c1p, int prev_c, int prev_c1, int next_c);
26 /* vim: set ft=c : */ 24 /* vim: set ft=c : */