0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0053

This commit is contained in:
Bram Moolenaar
2005-02-27 22:36:47 +00:00
parent 05159a0c6a
commit 32e7b2d575
2 changed files with 3 additions and 3 deletions

View File

@@ -5236,7 +5236,7 @@ invalid_count:
}
else if (STRNICMP(attr, "count", attrlen) == 0)
{
*argt |= (COUNT | ZEROR | NOTADR);
*argt |= (COUNT | ZEROR | RANGE | NOTADR);
if (val != NULL)
{