Results 53 comments of Crows

Hi, I tried this, but get: ``` *api.get_tabs()* api.get_tabs() Get all tab ids *api.get_tab_wins()* api.get_tab_wins({tabid}) Get an winid array in specified tabid. *api.get_current_tab()* api.get_current_tab() Get current tab’s id. *api.get_tab_current_win()* api.get_tab_current_win({tabid})...

> That’s the expected output I’m seeing in your comment. What are you expecting? The generated text differs from your explained in [before](https://github.com/kdheepak/panvimdoc/issues/16#issuecomment-1441377165). I expect to generate what I wrote...

Is this still work? I use this, but no anchor/tag is created, and the header will be in full uppercase. I have a new thought for the tag. Can you...

Oh, I fix it.., by add an option to `completion = { completeopt = 'menu,menuone,noselect' }` to `cmd.setup.cmdline()`. ```lua -- `/` cmdline setup. cmp.setup.cmdline({ '/', '?' }, { completion =...

I'm back and I learned nix! I'll theck this soon.

Oh, we do not use `reqwest` to request API yet. Is domain `bangumi.tv` ok for you?

I think it's accepted to use `reqwest` to make API calls. But I've been busy recently, so it may take some time.

@duskmoon314 Hi, at the latest release (v0.4.6), we re-write requests by "reqwest". Now, dantalian can use the `http_proxy`.

Which jump feature? Do you mean window picking? I just use the `vim.ui.select`, even use the alphabet, can you provide more detail?