]> granicus.if.org Git - vim/commitdiff
patch 7.4.1412 v7.4.1412
authorBram Moolenaar <Bram@vim.org>
Wed, 24 Feb 2016 11:57:50 +0000 (12:57 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 Feb 2016 11:57:50 +0000 (12:57 +0100)
Problem:    Compiler warning for indent. (Dominique Pelle)
Solution:   Fix the indent.

src/farsi.c
src/version.c

index 28f86f46c87d0a9aa174a55fc34f50558af24ee2..4921604d1acc6d739ba15efed212079491ab1f04 100644 (file)
@@ -764,8 +764,8 @@ fkmap(int c)
                if (!p_ri)
                    dec_cursor();
 
-                   chg_c_toX_orX ();
-                   chg_l_toXor_X ();
+               chg_c_toX_orX ();
+               chg_l_toXor_X ();
 
                if (!p_ri)
                    inc_cursor();
@@ -1243,7 +1243,7 @@ fkmap(int c)
                if (!p_ri)
                    dec_cursor();
 
-                   tempc = LA;
+               tempc = LA;
            }
            else
            {
index 46971b0ae519c77c68f417c6aff88578fe4b3a2c..84085cfae72237af50b6c59de71853a0f84d22bd 100644 (file)
@@ -748,6 +748,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1412,
 /**/
     1411,
 /**/