kakoune/test/regression/0-comment-after-command/rc
Maxime Coste f014eb7052 Fix command parsing bug when commenting after a command
When a comment was present directly on the same line after a command,
we did not correctly see the command as terminated and would join
continue parsing the next line.
2017-05-25 08:30:49 +01:00

6 lines
100 B
Plaintext

def my-command %{
buffer-next # go to next
%sh{ echo buffer-previous }
exec ifoo<esc>
}