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()
|
vis:map(vis.modes.VISUAL, ';a', function()
|
||||||
if vis.count then
|
if vis.count then
|
||||||
vis:command(string.format(':|par %d', vis.count))
|
vis:command(string.format(':|par %d', vis.count))
|
||||||
|
vis.count = nil
|
||||||
else
|
else
|
||||||
vis:command(':|par')
|
vis:command(':|par')
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user