Clear count after par call
This commit is contained in:
parent
eca5a75996
commit
86ef3cb409
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue