From: Bram Moolenaar Date: Wed, 24 Feb 2016 11:57:50 +0000 (+0100) Subject: patch 7.4.1412 X-Git-Tag: v7.4.1412 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68c85fcdf31c104db21c96cd5871724e458c95ff;p=vim patch 7.4.1412 Problem: Compiler warning for indent. (Dominique Pelle) Solution: Fix the indent. --- diff --git a/src/farsi.c b/src/farsi.c index 28f86f46c..4921604d1 100644 --- a/src/farsi.c +++ b/src/farsi.c @@ -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 { diff --git a/src/version.c b/src/version.c index 46971b0ae..84085cfae 100644 --- a/src/version.c +++ b/src/version.c @@ -748,6 +748,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1412, /**/ 1411, /**/