Merge pull request #7227 from ckelsel/vim-8.0.0209

vim-patch:8.0.0209
This commit is contained in:
James McCoy 2017-08-30 10:34:42 -04:00 committed by GitHub
commit 7bfa4406c1
2 changed files with 5 additions and 1 deletions

View File

@ -3500,6 +3500,10 @@ static buf_T *do_sub(exarg_T *eap, proftime_T timeout)
setmouse(); /* disable mouse in xterm */
curwin->w_cursor.col = regmatch.startpos[0].col;
if (curwin->w_p_crb) {
do_check_cursorbind();
}
/* When 'cpoptions' contains "u" don't sync undo when
* asking for confirmation. */
if (vim_strchr(p_cpo, CPO_UNDO) != NULL)

View File

@ -743,7 +743,7 @@ static const int included_patches[] = {
// 212,
// 211 NA
// 210,
// 209,
209,
208,
// 207,
// 206,