summaryrefslogtreecommitdiff
path: root/test/regression/0-comment-after-command/rc
blob: 96606f44f8e567c4e88902e557732f1468530b0c (plain)
1
2
3
4
5
def my-command %{
    buffer-next # go to next
    %sh{ echo buffer-previous }
    exec ifoo<esc>
}