ferreum
ferreum
I managed to fix it locally by faking a BufWinEnter event on the buffer source like so: ``` autocmd User asyncomplete_setup call asyncomplete#register_source(asyncomplete#sources#buffer#get_source_options({ \ 'name': 'buffer', \ 'allowlist': ['*'], \...
I noticed in the changelog that these restrictions have been lifted in r25. I created #884 to update the text accordingly.
Assuming this freezing is after using a dropdown in a menu of an eq band, I found this workaround to unfreeze the window with these two steps: 1. open another...
#277
I've not tried using scripts with the android app, so I can't help with that specifically. If you can set script options (`script-opts`) then you can try to set `skipsilence-enabled=yes`,...
Yeah, I'm aware of the problem, but I don't know if there's a way to prevent this. For now you'll have to reset the speed manually after resuming from saved...
I'm not sure what you mean with "working" rather than "enabled". `user-data/skipsilence/enabled` is built into the script, so that should work if you want to keep `video-sync=audio` only while you're...
For anyone still looking for this feature, you can already get some integration with a few custom commands. I'll post the commands and binds what I came up with thus...