comparison src/ops.c @ 4352:04736b4030ec v7.3.925

updated for version 7.3.925 Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Mon, 06 May 2013 04:24:17 +0200
parents fb533fb6c015
children 35b6fc57a286
comparison
equal deleted inserted replaced
4351:e5137a5dcf15 4352:04736b4030ec
396 int i = 0, j = 0; 396 int i = 0, j = 0;
397 int len; 397 int len;
398 #ifdef FEAT_RIGHTLEFT 398 #ifdef FEAT_RIGHTLEFT
399 int old_p_ri = p_ri; 399 int old_p_ri = p_ri;
400 400
401 p_ri = 0; /* don't want revins in ident */ 401 p_ri = 0; /* don't want revins in indent */
402 #endif 402 #endif
403 403
404 State = INSERT; /* don't want REPLACE for State */ 404 State = INSERT; /* don't want REPLACE for State */
405 block_prep(oap, &bd, curwin->w_cursor.lnum, TRUE); 405 block_prep(oap, &bd, curwin->w_cursor.lnum, TRUE);
406 if (bd.is_short) 406 if (bd.is_short)