mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
patch 8.1.0932: Farsi support is outdated and unused
Problem: Farsi support is outdated and unused. Solution: Delete the Farsi support.
This commit is contained in:
@@ -10247,10 +10247,6 @@ showmode(void)
|
||||
#ifdef FEAT_RIGHTLEFT
|
||||
if (p_hkmap)
|
||||
msg_puts_attr(_(" Hebrew"), attr);
|
||||
# ifdef FEAT_FKMAP
|
||||
if (p_fkmap)
|
||||
msg_puts_attr(farsi_text_5, attr);
|
||||
# endif
|
||||
#endif
|
||||
#ifdef FEAT_KEYMAP
|
||||
if (State & LANGMAP)
|
||||
|
Reference in New Issue
Block a user