commit | b6da44ae82f93d036ffb2ba37a009119688d9971 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 25 18:15:22 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 25 18:15:22 2014 +0200 |
tree | dea583963d0aebcd8cc84075f08787dab3cb22a9 | |
parent | 41d75239863d4b7a4142fc68cfa5d3a74a18d935 [diff] [blame] |
updated for version 7.4.344 Problem: Unessecary initializations and other things related to matchaddpos(). Solution: Code cleanup. (Alexey Radkov)
diff --git a/src/screen.c b/src/screen.c index 388a298..8e61691 100644 --- a/src/screen.c +++ b/src/screen.c
@@ -7531,7 +7531,7 @@ 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++)