diff src/screen.c @ 6007:ce284c205558 v7.4.344

updated for version 7.4.344 Problem: Unessecary initializations and other things related to matchaddpos(). Solution: Code cleanup. (Alexey Radkov)
author Bram Moolenaar <bram@vim.org>
date Wed, 25 Jun 2014 18:15:22 +0200
parents ef83b423ebf7
children 79950dae1d7d
line wrap: on
line diff
--- a/src/screen.c
+++ b/src/screen.c
@@ -7531,7 +7531,7 @@ next_search_hl_pos(shl, lnum, posmatch, 
     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++)