Gregory Anders

Results 250 comments of Gregory Anders

> Would you be happy instead if these messages were just suppressed always, and users who are interested in them would set up their own handling? That is a perfectly...

I implemented this in #124. Feel free to try out my fork if/until #124 is merged.

Ahhh, the tyranny of control flow. Admittedly, I forgot about this anti-feature as I haven't personally run into it in quite some time. You're right of course that Ctrl-s will...

I'm not able to reproduce this - are you up-to-date on the `multiselect` branch of my fork? I did make some updates after my initial commit, some of which addressed...

1. I enter `aa` as the search query, so that there are no choices available that match the query 2. I press the multi-select key 3. I press `` so...

For Vim 8.1 and higher (with `terminal` support), this is more concise and doesn't offer two separate implementations for vim/nvim: ```vim function! s:completed(winid, filename, action, ...) abort bdelete! call win_gotoid(a:winid)...

It looks like master was recently updated to change `netrw#SavePosn` to `netrw#WinPath`, which was one of the things this PR did. So all this PR does now is remove the...

Conflicts resolved.

I was able to finally get this to work by doing the following: 1) Modifying the PATH and LD_LIBRARY_PATH like the end of the install scripts says and @Saandji pointed...

~~If you build the container yourself on your Raspberry Pi it should work just fine.~~ Actually you cannot even build it yourself, since the base `clearlinux` image does not exist...