Roland Fredenhagen

Results 292 comments of Roland Fredenhagen

> I'm not sure if this is actually desirable behavior, as empty strings will be valid values in many situations yes, but `""?.test` would be an error otherwise so this...

I think we should only make an empty string `""` and not an empty json string `'""'` null. If you use a `?` operator you actively decide to use the...

One thing to add here is that the actual xdg spec uses `XDG_CONFIG_DIRS` which is `/etc/xdg` by default.

> As stated it would select all footnote that have _any_ emphasized text before them (somewhere in the document, not directly). Oh, so I'd need something like "directly_after"?

One thing I noticed, not sure where to put it, that the differentiation between `` and `` only exists in normal mode and not in insert mode. I tried: ```vim...

I think my report was invalid, I forgot to test with `-u NONE`, with it, it works correctly. The problem seamed to be my auto complete plugin that was not...

Yeah no problem, only did so because the ci was failing because of it.

My idea was to pass this as a parameter to `dynamic::complete` specifying whether it should complete options or not depending on the number of dashes present. Proposed enum would be...

Probably, e.g. if someone is currently in the process of rebasing, it would be a good idea to complete `--continue` and `--abort` right away as that are the most likely...