mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -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:
@@ -3445,12 +3445,6 @@ win_init_empty(win_T *wp)
|
||||
wp->w_topfill = 0;
|
||||
#endif
|
||||
wp->w_botline = 2;
|
||||
#ifdef FEAT_FKMAP
|
||||
if (wp->w_p_rl)
|
||||
wp->w_farsi = W_CONV + W_R_L;
|
||||
else
|
||||
wp->w_farsi = W_CONV;
|
||||
#endif
|
||||
#ifdef FEAT_SYN_HL
|
||||
wp->w_s = &wp->w_buffer->b_s;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user