* Karl Voit <devn...@karl-voit.at> wrote: > > I guess I have to do a bug report to yasnippet.
Bugreport: https://github.com/capitaomorte/yasnippet/issues/362 I cut down this issue to a minimal example: it's the combination of heading followed by a line with two colons and a text after the replacement string: ,----[ Snippet: ] | * Test | :ID: ${1:test}-after `---- ,----[ Expected result: ] | * Test | :ID: foo bar-afte `---- ,----[ But unfortunately: ] | * Test | foo bar :test: test-after `---- When the heading OR one colon OR the string after the replacement is omitted, it's working as expected though :-O -- Karl Voit