Valery Bugakov

Results 44 comments of Valery Bugakov

@xusiyuan841028 I've tried your patched version, but still have half icons bug. What I did: ``` brew unlink macvim brew install --HEAD xusiyuan841028/macvim/macvim brew link --overwrite macvim ``` Is there...

@ryanoasis oh, if there will be something I can do to help with this issue - tell me 😊 Awesome plugin and would be awesome to have it working properly...

@xusiyuan841028 thanks for the info, will try again in an hour 👍

@xusiyuan841028 should my `Included patches` match yours? ``` $ mvim --version VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jun 28 2016 19:00:38) MacOS X (unix) version Included patches:...

@xusiyuan841028 Is there something specific that will identify your build for 100%? (that I've installed it correctly and test plugin with it)

@xusiyuan841028 also a strange thing, after that `ctrlp` stopped working for `vim` and `macvim`

It solves the problem for `isMatch`. I cannot figure out how to solve it for regex created via `picomatch.makeRe(glob)`. Is it possible? ```ts const format = str => str.replace(/^\.\//, '');...

Agreed, but I have the same case as described in the issue linked above. > I am trying to convert the webpack require-context api into accepting a glob (it takes...

btw thanks for quick response 🙌