Kamil Renczewski

Results 12 comments of Kamil Renczewski

This also breaks behavior of Ctrl+P (`:CtrlPMRUFiles`), Nerd Tree and similar when multiple windows are open. Eg. 1. open two windows and let context window appear. 2. go to second...

It would be awesome. Please do this, I can test the fix and report.

``` :version NVIM v0.4.3 Build type: RelWithDebInfo LuaJIT 2.0.5 Compilation: /usr/bin/gcc-5 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DMIN_LOG_LEVEL=3 -Og -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wvla -fstack-protect or-strong...

This looks like it is not triggered always. I am not sure how I've ended up with such state. I am not able to reproduce this with freshly started neovim...

Several tabs opened. Scroll works fine, context is updated correctly. I am able to close the window once I scroll to top (and context window is not displayed anymore).

Good catch. I didn't think that multiple tabs might be the case. It's unclear to me why same situation with only one tab is not causing the problem.

Looks like its already open: https://github.com/neovim/neovim/issues/11440

Probably `pkgname`. I am using `-f dots-v2` and in my project there is a lot of packages that have no tests. Printing those packages names gives me no value and...

I am aware that failed tests are displayed in output. The problem is when tests are producing a lot of output (like hundreds of lines). Then output from tests is...

There is a project https://github.com/enkore/j4-dmenu-desktop Maybe it would be good idea to adopt this instead of not-completed bash script? Also author show his time measurements to be around 0.01s, so...