comparison src/structs.h @ 5680:4d12112c5efa v7.4.186

updated for version 7.4.186 Problem: Insert in Visual mode sometimes gives incorrect results. (Dominique Pelle) Solution: Remember the original insert start position. (Christian Brabandt, Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Sat, 22 Feb 2014 23:03:55 +0100
parents beb037a6c270
children 136f05449f29
comparison
equal deleted inserted replaced
5679:5fdabe005490 5680:4d12112c5efa
1447 #endif 1447 #endif
1448 /* 1448 /*
1449 * start and end of an operator, also used for '[ and '] 1449 * start and end of an operator, also used for '[ and ']
1450 */ 1450 */
1451 pos_T b_op_start; 1451 pos_T b_op_start;
1452 pos_T b_op_start_orig; /* used for Insstart_orig */
1452 pos_T b_op_end; 1453 pos_T b_op_end;
1453 1454
1454 #ifdef FEAT_VIMINFO 1455 #ifdef FEAT_VIMINFO
1455 int b_marks_read; /* Have we read viminfo marks yet? */ 1456 int b_marks_read; /* Have we read viminfo marks yet? */
1456 #endif 1457 #endif