mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -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:
@@ -2952,10 +2952,6 @@ struct window_S
|
||||
dict_T *w_vars; /* internal variables, local to window */
|
||||
#endif
|
||||
|
||||
#if defined(FEAT_RIGHTLEFT) && defined(FEAT_FKMAP)
|
||||
int w_farsi; /* for the window dependent Farsi functions */
|
||||
#endif
|
||||
|
||||
/*
|
||||
* The w_prev_pcmark field is used to check whether we really did jump to
|
||||
* a new line after setting the w_pcmark. If not, then we revert to
|
||||
|
Reference in New Issue
Block a user