Raphaël Pinson

Results 208 comments of Raphaël Pinson

Augeas doesn't really like function declarations indeed. Augeas is made to parse and modify configuration files, and this is clearly a script.

The `&&` syntax is supported. What is not supported is the `+=` syntax.

We could support this syntax as e.g. ``` { "precmd_functions" { "operator" = "+" } { "1" = "__vte_osc7" } } ``` but I'm not sure if it makes the...

As a note, `-` is actually not valid as the last character of `key_re` because `-=` is a valid operator.

Arguably it shouldn't be too hard to write one. I just haven't had that need yet (nor our clients at this point).

I've started having a look. Unfortunately, fixing this is far from trivial and I haven't yet found a proper way to do it. I have a functioning (failing) test though:...

@jamesjuran any news on the tests for this?

@jamesjuran are you still interested in finishing this PR?

I don't think it's the user value is not accepted, rather it seems you are missing fields. Can you specify what commands you are applying before saving?

That could be nice indeed. How do you imagine the mapping would go?