comparison src/farsi.c @ 8238:d7e1526ae1b9 v7.4.1412

commit https://github.com/vim/vim/commit/68c85fcdf31c104db21c96cd5871724e458c95ff Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 24 12:57:50 2016 +0100 patch 7.4.1412 Problem: Compiler warning for indent. (Dominique Pelle) Solution: Fix the indent.
author Christian Brabandt <cb@256bit.org>
date Wed, 24 Feb 2016 13:00:05 +0100
parents f86adafb28d4
children 43b8570abbec
comparison
equal deleted inserted replaced
8237:037063e140b0 8238:d7e1526ae1b9
762 if (curwin->w_cursor.col) 762 if (curwin->w_cursor.col)
763 { 763 {
764 if (!p_ri) 764 if (!p_ri)
765 dec_cursor(); 765 dec_cursor();
766 766
767 chg_c_toX_orX (); 767 chg_c_toX_orX ();
768 chg_l_toXor_X (); 768 chg_l_toXor_X ();
769 769
770 if (!p_ri) 770 if (!p_ri)
771 inc_cursor(); 771 inc_cursor();
772 } 772 }
773 } 773 }
1241 AppendCharToRedobuff(K_BS); 1241 AppendCharToRedobuff(K_BS);
1242 1242
1243 if (!p_ri) 1243 if (!p_ri)
1244 dec_cursor(); 1244 dec_cursor();
1245 1245
1246 tempc = LA; 1246 tempc = LA;
1247 } 1247 }
1248 else 1248 else
1249 { 1249 {
1250 if (F_is_TyB_TyC_TyD(SRC_EDT, AT_CURSOR)) 1250 if (F_is_TyB_TyC_TyD(SRC_EDT, AT_CURSOR))
1251 { 1251 {