Mercurial > vim
comparison src/proto.h @ 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 | 7fad90423bd2 |
comparison
equal
deleted
inserted
replaced
15849:c478f5603556 | 15850:a6ca8cf07a98 |
---|---|
97 # include "memfile.pro" | 97 # include "memfile.pro" |
98 # include "memline.pro" | 98 # include "memline.pro" |
99 # ifdef FEAT_MENU | 99 # ifdef FEAT_MENU |
100 # include "menu.pro" | 100 # include "menu.pro" |
101 # endif | 101 # endif |
102 # ifdef FEAT_FKMAP | |
103 # include "farsi.pro" | |
104 # endif | |
105 # ifdef FEAT_ARABIC | 102 # ifdef FEAT_ARABIC |
106 # include "arabic.pro" | 103 # include "arabic.pro" |
107 # endif | 104 # endif |
108 | 105 |
109 /* These prototypes cannot be produced automatically. */ | 106 /* These prototypes cannot be produced automatically. */ |