]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-224 v7.1.224
authorBram Moolenaar <Bram@vim.org>
Sun, 13 Jan 2008 15:18:01 +0000 (15:18 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 13 Jan 2008 15:18:01 +0000 (15:18 +0000)
src/main.c
src/version.c

index 45282ba55f23e835de336d09b07aac78fd1a9972..07390a9327679f34e949248731aec42a10a1f194 100644 (file)
@@ -1775,7 +1775,8 @@ command_line_scan(parmp)
 
            case 'F':           /* "-F" start in Farsi mode: rl + fkmap set */
 #ifdef FEAT_FKMAP
-               curwin->w_p_rl = p_fkmap = TRUE;
+               p_fkmap = TRUE;
+               set_option_value((char_u *)"rl", 1L, NULL, 0);
 #else
                mch_errmsg(_(e_nofarsi));
                mch_exit(2);
@@ -1792,7 +1793,8 @@ command_line_scan(parmp)
 
            case 'H':           /* "-H" start in Hebrew mode: rl + hkmap set */
 #ifdef FEAT_RIGHTLEFT
-               curwin->w_p_rl = p_hkmap = TRUE;
+               p_hkmap = TRUE;
+               set_option_value((char_u *)"rl", 1L, NULL, 0);
 #else
                mch_errmsg(_(e_nohebrew));
                mch_exit(2);
index b0a8494b7a093fecf27f6f396738aa6b391b8742..e80dbdea536ea1009ac8bfd27dd3ea0eb244851f 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    224,
 /**/
     223,
 /**/