0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.0211

This commit is contained in:
Bram Moolenaar
2006-03-01 22:12:31 +00:00
parent fd2ac767eb
commit 261bfeab3e
6 changed files with 34 additions and 34 deletions

View File

@@ -13412,8 +13412,8 @@ do_searchpair(spat, mpat, epat, dir, skip, flags, match_pos, lnum_stop)
save_cursor = curwin->w_cursor;
pos = curwin->w_cursor;
firstpos.lnum = 0;
foundpos.lnum = 0;
clearpos(&firstpos);
clearpos(&foundpos);
pat = pat3;
for (;;)
{
@@ -15582,9 +15582,9 @@ var2fpos(varp, lnum)
typval_T *varp;
int lnum; /* TRUE when $ is last line */
{
char_u *name;
char_u *name;
static pos_T pos;
pos_T *pp;
pos_T *pp;
/* Argument can be [lnum, col]. */
if (varp->v_type == VAR_LIST)