comparison src/normal.c @ 47:eff3887963cc

updated for version 7.0028
author vimboss
date Sun, 02 Jan 2005 11:28:13 +0000
parents f1d2a58883b9
children 60834e43d187
comparison
equal deleted inserted replaced
46:46d39f2eff86 47:eff3887963cc
1766 && oap->inclusive == FALSE 1766 && oap->inclusive == FALSE
1767 && !(cap->retval & CA_NO_ADJ_OP_END) 1767 && !(cap->retval & CA_NO_ADJ_OP_END)
1768 && oap->end.col == 0 1768 && oap->end.col == 0
1769 #ifdef FEAT_VISUAL 1769 #ifdef FEAT_VISUAL
1770 && (!oap->is_VIsual || *p_sel == 'o') 1770 && (!oap->is_VIsual || *p_sel == 'o')
1771 && !oap->block_mode
1771 #endif 1772 #endif
1772 && oap->line_count > 1) 1773 && oap->line_count > 1)
1773 { 1774 {
1774 oap->end_adjusted = TRUE; /* remember that we did this */ 1775 oap->end_adjusted = TRUE; /* remember that we did this */
1775 --oap->line_count; 1776 --oap->line_count;