From 8baab3c8d7a6f22888bd581cd5c6098fd2e4b5a8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 04:44:24 +0200 Subject: Adding upstream version 2:8.1.0875. Signed-off-by: Daniel Baumann --- src/proto/farsi.pro | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/proto/farsi.pro (limited to 'src/proto/farsi.pro') diff --git a/src/proto/farsi.pro b/src/proto/farsi.pro new file mode 100644 index 0000000..b6e1836 --- /dev/null +++ b/src/proto/farsi.pro @@ -0,0 +1,12 @@ +/* farsi.c */ +int fkmap(int c); +char_u *lrswap(char_u *ibuf); +char_u *lrFswap(char_u *cmdbuf, int len); +char_u *lrF_sub(char_u *ibuf); +int cmdl_fkmap(int c); +int F_isalpha(int c); +int F_isdigit(int c); +int F_ischar(int c); +void farsi_f8(cmdarg_T *cap); +void farsi_f9(cmdarg_T *cap); +/* vim: set ft=c : */ -- cgit v1.2.3