Clear count after par call
This commit is contained in:
parent
eca5a75996
commit
86ef3cb409
@ -105,6 +105,7 @@ end)
|
||||
vis:map(vis.modes.VISUAL, ';a', function()
|
||||
if vis.count then
|
||||
vis:command(string.format(':|par %d', vis.count))
|
||||
vis.count = nil
|
||||
else
|
||||
vis:command(':|par')
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user