comparison src/proto/arabic.pro @ 16066:473fbdb2717c v8.1.1038

patch 8.1.1038: Arabic support excludes Farsi commit https://github.com/vim/vim/commit/dc4fa190e7b9d6ba49416ce875d2192c4444d3eb Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 22 16:33:15 2019 +0100 patch 8.1.1038: Arabic support excludes Farsi Problem: Arabic support excludes Farsi. Solution: Add Farsi support to the Arabic support. (Ali Gholami Rudi, Ameretat Reith)
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Mar 2019 16:45:05 +0100
parents 9b048dced116
children
comparison
equal deleted inserted replaced
16065:6efba76095c9 16066:473fbdb2717c
1 /* arabic.c */ 1 /* arabic.c */
2 int arabic_maycombine(int two);
3 int arabic_combine(int one, int two);
2 int arabic_shape(int c, int *ccp, int *c1p, int prev_c, int prev_c1, int next_c); 4 int arabic_shape(int c, int *ccp, int *c1p, int prev_c, int prev_c1, int next_c);
3 /* vim: set ft=c : */ 5 /* vim: set ft=c : */