mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
updated for version 7.1-224
This commit is contained in:
@@ -1775,7 +1775,8 @@ command_line_scan(parmp)
|
|||||||
|
|
||||||
case 'F': /* "-F" start in Farsi mode: rl + fkmap set */
|
case 'F': /* "-F" start in Farsi mode: rl + fkmap set */
|
||||||
#ifdef FEAT_FKMAP
|
#ifdef FEAT_FKMAP
|
||||||
curwin->w_p_rl = p_fkmap = TRUE;
|
p_fkmap = TRUE;
|
||||||
|
set_option_value((char_u *)"rl", 1L, NULL, 0);
|
||||||
#else
|
#else
|
||||||
mch_errmsg(_(e_nofarsi));
|
mch_errmsg(_(e_nofarsi));
|
||||||
mch_exit(2);
|
mch_exit(2);
|
||||||
@@ -1792,7 +1793,8 @@ command_line_scan(parmp)
|
|||||||
|
|
||||||
case 'H': /* "-H" start in Hebrew mode: rl + hkmap set */
|
case 'H': /* "-H" start in Hebrew mode: rl + hkmap set */
|
||||||
#ifdef FEAT_RIGHTLEFT
|
#ifdef FEAT_RIGHTLEFT
|
||||||
curwin->w_p_rl = p_hkmap = TRUE;
|
p_hkmap = TRUE;
|
||||||
|
set_option_value((char_u *)"rl", 1L, NULL, 0);
|
||||||
#else
|
#else
|
||||||
mch_errmsg(_(e_nohebrew));
|
mch_errmsg(_(e_nohebrew));
|
||||||
mch_exit(2);
|
mch_exit(2);
|
||||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
224,
|
||||||
/**/
|
/**/
|
||||||
223,
|
223,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user