Home » Questions » Computers [ Ask a new question ]

Where's my Open-With gVim context menu option in Windows 7?

Where's my Open-With gVim context menu option in Windows 7?

I have gVim installed. Under Vista and XP, this offered me an addition to either the object context menu of "Edit with gVim", or an addtion to the "Open With" context menu of "gVim". This would let me send arbitrary files to gVim for editing.

Asked by: Guest | Views: 369
Total answers/comments: 2
Guest [Entry]

"Found a link on the internet which describes what to do: http://davidvielmetter.com/?p=1094

If you want to have the same context menu functionality you got from gVim
in 32-bit Windows you’ll need to make the following changes to the
[HKEY_CLASSES_ROOT\*\shell\] key in the registry:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\Edit with Vim]
[HKEY_CLASSES_ROOT\*\shell\Edit with Vim\command]
@=""C:\\Program Files (x86)\\Vim\\vim73\\gvim.exe \""%1\""""

The page includes a .reg fragment which will work for gVim 7.3"
Guest [Entry]

"It should work out of the box on Windows 7 32-bit. I have gotten it to work on my Windows 7 RC machine.

If you want this to work on Windows 64-bit (any edition), then follow the Fix Missing GVim Context Menu instructions from the gvim website."