noremap <silent> <buffer> <leftmouse> <leftmouse>:call <SID>ZipBrowseSelect()<cr>
to
noremap <silent> <buffer> <2-LeftMouse> :call <SID>ZipBrowseSelect()<cr>
it works as expected.
The file should be opened with two
VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Nov 21 2024 17:25:42)
Windows10
windows terminal
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
This is working as intended. See :h tar-mappings:
<CR> Open selected file for editing, any changes will be
written back to the archive.
<LeftMouse> same as <CR>
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed #18968 as not planned.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()