Results 62 issues of Sergey Vlasov

Wouldn't it be great if `bd` could also match substring at any potion? Use case: ```sh pwd ~/some-repo.git/3rdparty/component/src/include bd git pwd ~/some-repo.git ```

I use git mode with files filtering: ``` set grepprg=git\ grep\ -n\ -I let g:EasyGrepCommand = 1 let g:EasyGrepMode = 2 ``` When enabling logging I see that the expression...

I'm trying to run `qmake` with maloader and I get undefined symbols: ``` $ LD_LIBRARY_PATH=~/opencflite-476.17.2/.libs ~/maloader.git/ld-mac ./bin/qmake FSCopyAliasInfo: undefined symbol FSGetCatalogInfo: undefined symbol FSIsAliasFile: undefined symbol FSNewAlias: undefined symbol FSPathMakeRef:...

When I try to toggle MBE in vertical mode when being in e.g. NERDTree or TagBar buffer I would expect MBE to appear in a new split above (or below...

invalid

Currently `stderr` and `STDERR_FILENO` is hardcoded everywhere in the source. It would be great if stderred could select which stream to color via environment variable. For example `export STDERRED_FD=1` to...

Is it possible to downgrade the firmware? If so, it would be awesome to downgrade to a version before the infamous red screen boot was implemented.

It would be great to allow configuring the cursor settings. From `lightdm-gtk-greeter.conf`: ``` # cursor-theme-name = Cursor theme to use # cursor-theme-size = Cursor size to use ```