Roy Orbitson

Results 87 comments of Roy Orbitson

I tried, but got this error: ```text ModuleNotFoundError: No module named 'attrdict' ``` After I resolved that, I got this: ```text ImportError: cannot import name 'Mapping' from 'collections' ``` which...

@LionelLaffineur This is an old bug with an easy fix. Could you merge this PR into your fork?

I did hear back, but they never confirmed whether they even tried it, and said it had to be sent as a patch. I kinda gave up.

@akinomyoga and I don't know what that proper form is, because I don't know where they would want that file in the tree, how it should be included/referenced, whether it...

@akinomyoga Exactly my point. I don't know what `make` action to include for installation across different distros, so any patch I put forth would likely be unacceptable. Last time, it...

@pke > Just ran into this when I tried my fav regex tester with a POSIX regex and it validated `\d+` which is not valid in POSIX regex. It should...

@cheako I meant in @knollet's PCRE example, the `?` does not behave as a `{0,1}` shortcut. It's acting as an ungreedy modifier for an atom that cannot match fewer than...

@knollet I misunderstood you. You meant ‘If PCRE and ERE had equivalent matching, the second line would match in this PCRE example, but it doesn't.’ We can verify your example...

It's just not that big a deal, mate. People who are stuck on 256 colour terminals for whatever reason just wanted Nord. Now they can have [something like it](https://github.com/nordtheme/vim/issues/162#issuecomment-604470202) or...

This is done. If I go to _Settings > Configure editor > Indentation_ and set the type to _Tabs_, I get real tabs when formatting, saving & copying.