0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.4.344

Problem:    Unessecary initializations and other things related to
            matchaddpos().
Solution:   Code cleanup. (Alexey Radkov)
This commit is contained in:
Bram Moolenaar
2014-06-25 18:15:22 +02:00
parent 41d7523986
commit b6da44ae82
4 changed files with 14 additions and 15 deletions

View File

@@ -7531,7 +7531,7 @@ next_search_hl_pos(shl, lnum, posmatch, mincol)
colnr_T mincol; /* minimal column for a match */
{
int i;
int bot = -1;
int bot = -1;
shl->lnum = 0;
for (i = posmatch->cur; i < MAXPOSMATCH; i++)