somini
somini
That's unifont it's using, that's why it looks so bad.
I merged this with #48 on my fork (https://github.com/somini/gv.vim). This stores the command on the existing metadata dict at `b:gv`.
Works for me, pomf is down but it's mirrored with the Internet Archive. Can you please try if [this link](http://web.archive.org/web/2/http://a.pomf.se//wicybh.zip) works, if so I'll update the README so that it...
Any update on this issue? My setup is similar to @nake90. It seems like it would work just like tags, but for lists instead. And thanks for creating the program.
> Closing in favour of #3275 > > We can re-open if this isn't the right approach, but having two [go stale] is confusing to me. You mean #4158, got...
CI is failing on flake8 issues: ```diff diff --git i/youtube_dl/utils.py w/youtube_dl/utils.py index d7162e401..30830af42 100644 --- i/youtube_dl/utils.py +++ w/youtube_dl/utils.py @@ -4110,6 +4110,7 @@ def js_to_json(code): [0-9]+(?=\s*:) ''', fix_kv, code) + def...
Input: ``` { a: !0, b: !1, c: !!0, d: !!42.42, e: !!![], f: !"abc", g: !"", !42: 42 } ``` Output from the cleanup function: ``` { "a": !0,...
Tested this again, and it does fix this extractor. Any chance of rebasing this to the latest "master"?
What's the status of this?