0
0
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:
Bram Moolenaar
2009-05-17 11:33:22 +00:00
parent bf0c4526bf
commit 2c4278fc73
20 changed files with 528 additions and 569 deletions

View File

@@ -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();