0
0
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:
Bram Moolenaar
2006-11-07 17:43:47 +00:00
parent 3f2d9814e5
commit d333d1e086
5 changed files with 28 additions and 22 deletions

View File

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