mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
updated for version 7.1-236
This commit is contained in:
@@ -437,7 +437,8 @@ get_number_indent(lnum)
|
||||
{
|
||||
regmatch.rmm_ic = FALSE;
|
||||
regmatch.rmm_maxcol = 0;
|
||||
if (vim_regexec_multi(®match, curwin, curbuf, lnum, (colnr_T)0))
|
||||
if (vim_regexec_multi(®match, curwin, curbuf, lnum,
|
||||
(colnr_T)0, NULL))
|
||||
{
|
||||
pos.lnum = regmatch.endpos[0].lnum + lnum;
|
||||
pos.col = regmatch.endpos[0].col;
|
||||
|
Reference in New Issue
Block a user