Skip to content

Commit

Permalink
fix: activate count in VISUAL + manipulate()
Browse files Browse the repository at this point in the history
  • Loading branch information
monaqa committed Apr 10, 2023
1 parent f4a5fe6 commit 747d6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dial/map.lua
Expand Up @@ -32,7 +32,7 @@ local function _cmd_sequence(direction, mode, group_name, count)
if type(count) ~= "number" then
error "count must be a integer."
end
return select .. setopfunc .. count .. "g@" .. textobj
return count .. select .. setopfunc .. "g@" .. textobj
end
return select .. setopfunc .. "g@" .. textobj
end
Expand Down

0 comments on commit 747d6fd

Please sign in to comment.