]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-181 v7.1.181
authorBram Moolenaar <Bram@vim.org>
Wed, 2 Jan 2008 12:59:21 +0000 (12:59 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 2 Jan 2008 12:59:21 +0000 (12:59 +0000)
src/ex_cmds.c
src/version.c

index 335b2bae7ee0b8b81d491b74a60936bb9cd1c926..70252378d2be77455ea12bdef519abed4971deba 100644 (file)
@@ -4212,11 +4212,6 @@ do_sub(eap)
        sub_nlines = 0;
     }
 
-#ifdef FEAT_FKMAP      /* reverse the flow of the Farsi characters */
-    if (p_altkeymap && curwin->w_p_rl)
-       lrF_sub(cmd);
-#endif
-
     if (eap->cmdidx == CMD_tilde)
        which_pat = RE_LAST;    /* use last used regexp */
     else
@@ -4252,6 +4247,10 @@ do_sub(eap)
        }
        else            /* find the end of the regexp */
        {
+#ifdef FEAT_FKMAP      /* reverse the flow of the Farsi characters */
+           if (p_altkeymap && curwin->w_p_rl)
+               lrF_sub(cmd);
+#endif
            which_pat = RE_LAST;            /* use last used regexp */
            delimiter = *cmd++;             /* remember delimiter character */
            pat = cmd;                      /* remember start of search pat */
index 05e088f97de322c964283c3977c9344829b43144..434059de2f5059c99daa6a83ab0bec484fcef3bc 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    181,
 /**/
     180,
 /**/