bfredl

Results 459 comments of bfredl

Though "autoload shadowing" does not allow provider fallback, rather support of non-job implementations should probably be added to the default provider, then it could just check for availibility _and_ load-ability...

Rather than changing the buffer name, which is kinda a hack and not flexible, it is better to expose variables (and callbacks if needed) to let the info be shown...

True, that was an example, `g:ipy_status` could just as well be put in the statusline. Maybe this plugin should integrate with `airline` or similar per default if its not too...

There is a generic way to do this for plugins with `` mappings: Use the condition `if mapcheck("(miniyank-autoput)", "n") != ""`

Not sure what the issue is here. If some other code runs a loop like `let timer = timer_start(1, { -> execute('sleep 150m') }, {'repeat' : 10 }` (which is...

What would be the purpose of `count` parameter exactly? This sounds like the "condition" func has some side effect that must be executed N times, which is certainly not the...

we should ignore the guisp of the float unless it has underline or undercurl set.

yep, we need to integrate the output from the TUI process with the main process somehow.

what's nice about flags is that you can always add more flags. The current behavior (first-value-wins) is a perfectly valid behavior for _some_ usecases, and those usecases will be broken...

progress report: this can now generate `autocmd.[ch].generated.h` style prototype files. Note: (most) dependencies are not implemented yet. so `make deps` is still needed (or having everything available as part of...