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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user