mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0-160
This commit is contained in:
@@ -8860,7 +8860,7 @@ nv_at(cap)
|
||||
#endif
|
||||
while (cap->count1-- && !got_int)
|
||||
{
|
||||
if (do_execreg(cap->nchar, FALSE, FALSE) == FAIL)
|
||||
if (do_execreg(cap->nchar, FALSE, FALSE, FALSE) == FAIL)
|
||||
{
|
||||
clearopbeep(cap->oap);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user