send and display format=flowed messages
This commit is contained in:
parent
52bcd03dd7
commit
90bbd45d50
4 changed files with 36 additions and 0 deletions
|
@ -162,6 +162,15 @@ vis:map(vis.modes.VISUAL, ';a', function()
|
|||
end
|
||||
end)
|
||||
|
||||
vis:map(vis.modes.NORMAL, ';a', function()
|
||||
if vis.count then
|
||||
vis:command(string.format(':1,$|mreflow %d', vis.count))
|
||||
vis.count = nil
|
||||
else
|
||||
vis:command(':1,$|mreflow')
|
||||
end
|
||||
end)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- Strip trailing spaces
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue