comparison src/screen.c @ 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 52930462eec4
children 7fad90423bd2
comparison
equal deleted inserted replaced
15849:c478f5603556 15850:a6ca8cf07a98
10245 else if (restart_edit == 'V') 10245 else if (restart_edit == 'V')
10246 msg_puts_attr(_(" (vreplace)"), attr); 10246 msg_puts_attr(_(" (vreplace)"), attr);
10247 #ifdef FEAT_RIGHTLEFT 10247 #ifdef FEAT_RIGHTLEFT
10248 if (p_hkmap) 10248 if (p_hkmap)
10249 msg_puts_attr(_(" Hebrew"), attr); 10249 msg_puts_attr(_(" Hebrew"), attr);
10250 # ifdef FEAT_FKMAP
10251 if (p_fkmap)
10252 msg_puts_attr(farsi_text_5, attr);
10253 # endif
10254 #endif 10250 #endif
10255 #ifdef FEAT_KEYMAP 10251 #ifdef FEAT_KEYMAP
10256 if (State & LANGMAP) 10252 if (State & LANGMAP)
10257 { 10253 {
10258 # ifdef FEAT_ARABIC 10254 # ifdef FEAT_ARABIC