Mikko

Results 15 comments of Mikko

@encodis the replace command ends up calling [Regexp.Expand](https://pkg.go.dev/regexp#Regexp.Expand) (which uses `$` for capture groups in the replacement). The proper way to escape the `$` is `replace foo $$HOME`.

This change would cause recipes like `a:b` (without space) to get highlighted wrong. I would argue in your example `VCAM_CORE` *should* be highlighted as an identifier. Maybe the pattern for...

You can already do this with `micro -config-dir .`.

I like the idea but I would reconsider the syntax groups. The current colors seem a bit weird because files are not statements, wildcards are not identifiers, and negated files...

What do you mean by "doesn't work"? Does it paste the wrong thing? Nothing at all? How are you copying the text? Shift-Insert works for me (I'm on Linux), although...