bfredl

Results 459 comments of bfredl

From discussion in chat: `Vimuntar` command and `tar#Vimuntar()` function should also be removed (install a .tar file as-if it was a vimball, _not_ a generic untar mechanism). Other than that,...

It is mostly relevant for system headers we actually use (because uncrustify otherways gets into a fit, like in the referenced commit), but it is good style anyway to avoid...

> set wildoptions=pum cannot be used from plugins unfortunately. you mean `complete()` and related functions in cmdline mode? That would be a useful _core_ addition (mechanism, not policy).

> 3.vim command redraw is called from a lua callback This is the culprit. we need to make this strictly _verboten_ and fix the use cases that use that some...

> I'm using good old pipe()/dup() here - is that okay, or should I figure out how to do the equivalent with libuv? We need to use libuv here. if...

I've looked a little into the luvit network stack myself. the only missing binary dependency is a binding to TLS, probably was luasec as mentioned. But it is based on...

You can use ssh master connections to avoid retyping passwords (It is also more efficient), and I'm pretty sure you can open pipes through them without relying on local localhost...

Also, I wonder if the logic of finding rplugin files/packages, and later, finding _changes_ to rplugin files to remove the need for `:UpdateRemotePlugins`, should be delegated to the rplugin hosts....

The question of who decides what is a rplugin file is independent of when the rplugin host needs to start. We could start the host when _any_ file in the...