comparison Filelist @ 15850:a6ca8cf07a98 v8.1.0932

patch 8.1.0932: Farsi support is outdated and unused commit https://github.com/vim/vim/commit/14184a3133b9a6ee5f711d493c04e41ba4fa7c2f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 16 15:10:30 2019 +0100 patch 8.1.0932: Farsi support is outdated and unused Problem: Farsi support is outdated and unused. Solution: Delete the Farsi support.
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Feb 2019 15:15:07 +0100
parents 99ebf78686a9
children 473fbdb2717c
comparison
equal deleted inserted replaced
15849:c478f5603556 15850:a6ca8cf07a98
35 src/ex_cmds.h \ 35 src/ex_cmds.h \
36 src/ex_cmds2.c \ 36 src/ex_cmds2.c \
37 src/ex_docmd.c \ 37 src/ex_docmd.c \
38 src/ex_eval.c \ 38 src/ex_eval.c \
39 src/ex_getln.c \ 39 src/ex_getln.c \
40 src/farsi.c \
41 src/farsi.h \
42 src/feature.h \ 40 src/feature.h \
43 src/fileio.c \ 41 src/fileio.c \
44 src/findfile.c \ 42 src/findfile.c \
45 src/fold.c \ 43 src/fold.c \
46 src/getchar.c \ 44 src/getchar.c \
167 src/proto/ex_cmds.pro \ 165 src/proto/ex_cmds.pro \
168 src/proto/ex_cmds2.pro \ 166 src/proto/ex_cmds2.pro \
169 src/proto/ex_docmd.pro \ 167 src/proto/ex_docmd.pro \
170 src/proto/ex_eval.pro \ 168 src/proto/ex_eval.pro \
171 src/proto/ex_getln.pro \ 169 src/proto/ex_getln.pro \
172 src/proto/farsi.pro \
173 src/proto/fileio.pro \ 170 src/proto/fileio.pro \
174 src/proto/findfile.pro \ 171 src/proto/findfile.pro \
175 src/proto/fold.pro \ 172 src/proto/fold.pro \
176 src/proto/getchar.pro \ 173 src/proto/getchar.pro \
177 src/proto/gui.pro \ 174 src/proto/gui.pro \
835 $(ROOT_EXTRA) \ 832 $(ROOT_EXTRA) \
836 $(RT_EXTRA) \ 833 $(RT_EXTRA) \
837 $(SRC_EXTRA) \ 834 $(SRC_EXTRA) \
838 README_extra.txt \ 835 README_extra.txt \
839 src/VisVim/VisVim.dll \ 836 src/VisVim/VisVim.dll \
840 farsi/README.txt \
841 farsi/fonts/*/far-* \
842 runtime/vimlogo.xpm \ 837 runtime/vimlogo.xpm \
843 src/tee/Makefile \ 838 src/tee/Makefile \
844 src/tee/Make_mvc.mak \ 839 src/tee/Make_mvc.mak \
845 src/tee/tee.c \ 840 src/tee/tee.c \
846 841