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)
This commit is contained in:
Bram Moolenaar
2019-03-22 16:33:15 +01:00
parent 6b6f7aae4a
commit dc4fa190e7
11 changed files with 442 additions and 1052 deletions

View File

@ -12,7 +12,6 @@ SRC_ALL = \
src/README.txt \
src/alloc.h \
src/arabic.c \
src/arabic.h \
src/ascii.h \
src/autocmd.c \
src/beval.c \