comparison src/mark.c @ 503:c9ec7077a195

updated for version 7.0141
author vimboss
date Mon, 05 Sep 2005 22:05:30 +0000
parents e111db373ca4
children d3c978b4c7ce
comparison
equal deleted inserted replaced
502:52e76e2b5b65 503:c9ec7077a195
316 oparg_T oa; 316 oparg_T oa;
317 int slcb = listcmd_busy; 317 int slcb = listcmd_busy;
318 318
319 pos = curwin->w_cursor; 319 pos = curwin->w_cursor;
320 listcmd_busy = TRUE; /* avoid that '' is changed */ 320 listcmd_busy = TRUE; /* avoid that '' is changed */
321 if (findpar(&oa, c == '}' ? FORWARD : BACKWARD, 1L, NUL, FALSE)) 321 if (findpar(&oa.inclusive,
322 c == '}' ? FORWARD : BACKWARD, 1L, NUL, FALSE))
322 { 323 {
323 pos_copy = curwin->w_cursor; 324 pos_copy = curwin->w_cursor;
324 posp = &pos_copy; 325 posp = &pos_copy;
325 } 326 }
326 curwin->w_cursor = pos; 327 curwin->w_cursor = pos;