Trevor Stone
Trevor Stone
Would inclusion in vim runtime be possible @udalov, or is there a reason Kotlin syntax support should only be available via plugin? History: issue #20 was a similar request and...
Is anything blocking this pull request from being merged?
Is it possible to consider a change of license? WTFPL is not an OSI-approved license, and it is legally unclear if is actually a public domain dedication. My employer takes...
> I'd be willing to add a switch or an additional map that works this way but I currently have no time for that. For clarity, are you saying you'd...
The docs could also clarify that it's unlike `filter()` in that `func` takes one arg, not two (builtin `filter()` passes v:key and v:val to functions. For example, `filter(l:list, {x ->...
TL;DR: If unrecognized escape sequences are an error, documentation should declare that no new bare metacharacters will be introduced. I'd like to boost what @okdana said above: Languages like Perl...
> > In the absence of such a guarantee, a regex author is caught in a bit of a bind if they want to match punctuation literally: they can't escape...
> > Elevating this metacharacter documentation to the top-level regex syntax docs would be a big step towards addressing my concern. > > Yes, docs can always be improved. But...
There's another reason such a feature should not be on by default: surprise. When I use a hard link, I'm generally expressing "I want this file to be in two...
Rather than using `--or` for this, I recommend allowing `--match` to be specified multiple times. This aligns with the behavior of grep and ripgrep (`-e` is multi-instance). The current behavior...