Hi all,
I am trying to get the "Edit with Vim" my Right click context menu to work, so that each new file I open opens in a new tab in a single instance of vim.
Currently, using Regedit I have set
\HKEY-LOCAL-MACHINE\SOFTWARE\Vim\Gvim\path = "C:\Programs\Vim \vim72\gvim.exe" -p --remote-tab-silent "%*"
The registry key is of type REG_SZ
This almost works... Currently it opens the file in a new tab, but it also opens another tab (which is the active tab) the tab is labeled \W\S\ --literal and the file seems to be trying to open the following file.
C:\Windows\System32--literal
I think the problem is around the "%*" - I tried changing that to "%1", but if i do that I get an extra tab called %1.
Vim version 7.2 (although I saw the same behaviour on 7.1) Windows vista home premium
Thanks for any help.
David.