Christian Brabandt
Christian Brabandt
Here is your chance to contribute :)
I cannot reproduce it. I still have it with the [Vim installer](https://github.com/vim/vim-win32-installer/releases) Can you try that one please?
I don't remember any changes specifically to the installer, but I'd ask you to test with the latest version please
What version did you try? What about 32 vs 64 bit? What about running as admin user? Thanks Chris Am 2024-09-12 14:34, schrieb thomasdn: > I just tried this on...
I am not sure about it. We need to distinguish between the actual key names to press, and the help links to the actual tags, which makes a difference, if...
sorry, I find that hard to read, can you please reformat properly with markdown syntax?
that is an old version. Can you please try with latest version?
Well, you can compare the [runtime/plugin/zipPlugin.vim](https://github.com/vim/vim/blob/master/runtime/plugin/zipPlugin.vim) and [runtime/autoload/zip.vim](https://github.com/vim/vim/blob/master/runtime/autoload/zip.vim) for both repos. Or run ``` git log -- runtime/plugin/zipPlugin.vim runtime/autoload/zip.vim ``` in the top level of this repository.
That is true. The timeout is basically only for searching. It's not used for expression evaluation. It's basically a duplicate of #15404 Changing that would be a much bigger task...
Well, if anybody can come up with some clarification of the documentation, I am fine to add it