jump to possible euro sign after copy
This commit is contained in:
parent
5309ac6a9b
commit
43810d48ec
@ -67,7 +67,7 @@ vis:map(vis.modes.NORMAL, ";r", function()
|
|||||||
table.insert(vis.win.file.lines, line + 1, choice)
|
table.insert(vis.win.file.lines, line + 1, choice)
|
||||||
vis.win.selection:to(line + 1, 0)
|
vis.win.selection:to(line + 1, 0)
|
||||||
end
|
end
|
||||||
vis:feedkeys("<vis-redraw>")
|
vis:feedkeys("<vis-redraw>f€l")
|
||||||
end, 'fuzzy line copy')
|
end, 'fuzzy line copy')
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user