comparison src/normal.c @ 1521:cc4fe241baa3 v7.1.236

updated for version 7.1-236
author vimboss
date Sat, 19 Jan 2008 14:59:58 +0000
parents 184a6091124e
children 0e3bd80a3f74
comparison
equal deleted inserted replaced
1520:cd6175cc27d9 1521:cc4fe241baa3
6091 cap->oap->inclusive = FALSE; 6091 cap->oap->inclusive = FALSE;
6092 cap->oap->use_reg_one = TRUE; 6092 cap->oap->use_reg_one = TRUE;
6093 curwin->w_set_curswant = TRUE; 6093 curwin->w_set_curswant = TRUE;
6094 6094
6095 i = do_search(cap->oap, dir, pat, cap->count1, 6095 i = do_search(cap->oap, dir, pat, cap->count1,
6096 opt | SEARCH_OPT | SEARCH_ECHO | SEARCH_MSG); 6096 opt | SEARCH_OPT | SEARCH_ECHO | SEARCH_MSG, NULL);
6097 if (i == 0) 6097 if (i == 0)
6098 clearop(cap->oap); 6098 clearop(cap->oap);
6099 else 6099 else
6100 { 6100 {
6101 if (i == 2) 6101 if (i == 2)