Clear count after par call

This commit is contained in:
Felix Van der Jeugt 2019-12-07 00:07:11 +01:00
parent eca5a75996
commit 86ef3cb409
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 1 additions and 0 deletions

View File

@ -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