mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-18 17:02:06 +03:00
f014eb7052
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.
6 lines
100 B
Plaintext
6 lines
100 B
Plaintext
def my-command %{
|
|
buffer-next # go to next
|
|
%sh{ echo buffer-previous }
|
|
exec ifoo<esc>
|
|
}
|