mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.2-180
This commit is contained in:
@@ -2240,7 +2240,6 @@ ex_cwindow(eap)
|
||||
* ":cclose": close the window showing the list of errors.
|
||||
* ":lclose": close the window showing the location list
|
||||
*/
|
||||
/*ARGSUSED*/
|
||||
void
|
||||
ex_cclose(eap)
|
||||
exarg_T *eap;
|
||||
@@ -3211,7 +3210,7 @@ ex_vimgrep(eap)
|
||||
break;
|
||||
col = regmatch.endpos[0].col
|
||||
+ (col == regmatch.endpos[0].col);
|
||||
if (col > STRLEN(ml_get_buf(buf, lnum, FALSE)))
|
||||
if (col > (colnr_T)STRLEN(ml_get_buf(buf, lnum, FALSE)))
|
||||
break;
|
||||
}
|
||||
line_breakcheck();
|
||||
|
Reference in New Issue
Block a user