Mercurial > vim
view src/proto/arabic.pro @ 18792:af365376638e
Added tag v8.1.2384 for changeset f966b20bb74db5249e1eaa3b236804d60a6e3fdd
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 03 Dec 2019 23:00:07 +0100 |
parents | 473fbdb2717c |
children |
line wrap: on
line source
/* arabic.c */ int arabic_maycombine(int two); int arabic_combine(int one, int two); int arabic_shape(int c, int *ccp, int *c1p, int prev_c, int prev_c1, int next_c); /* vim: set ft=c : */