ii14

Results 57 comments of ii14

Not quite, I think the idea there was to have multiple versions of the same plugin at the same time. This is about plugins being able to check the version...

> Bug fixed on [Targoman fork](https://github.com/Targoman/QHttp). Same issue fixed on qhttclient Keep in mind that the server will send back an empty response. If you want to report a bad...

@lewis6991 I'm not sure if it's breaking, but it reuses `vim.ui.input` and implementations should be adjusted to handle that.

`:change` is also `:c`, so if you're using that command then I assume you most likely prefer the shorter `:c` rather than `:ch`. I personally can't see myself using that...

@brammool Hey, before I proceed, do you have any comments on this? Would you be okay with this feature? It works right now with the old vim script, vim9script is...

> I would think that we need an extra argument for the flag to not position the cursor. Then the first, existing argument can be used as before. @brammool The...

@brammool any decision on how you'd like arguments for getchar to work?

So with number=false it would basically be `getcharstr()`?

What about `getchar()` accepting either a number or a dictionary as the first argument? A number to be backwards compatible and a dictionary for all the potential new features.

> How to handle situations where the callback that resumes execution is being invoked more than once. A closure could be created that can be called only once. > `fun(...,...