Comments vim plugin

I checked a couple of comment scripts for vim. The only useful I found this far was NERD. The EnhancedCommentify did not work "out of the box" so I abandoned it.

http://www.vim.org/scripts/script.php?script_id=1218

Vim72 context menu in Windows 7

I tried to find out how to put open a file to edit in vim by rightclicking on the file in explorer.

The following seems to work pretty well. It will open the file in a new tab in gvim.

Make sure your path to gvim is correct.

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Edit with VimTab]
[HKEY_CLASSES_ROOT\*\shell\Edit with VimTab\command]
@=”C:\\Program Files (x86)\\Vim\\vim72\\gvim.exe -p –remote-tab-silent \”%1\” \”%*\”"

Put the above in a text file, with extension .reg and merge it (by double clicking on it) with the registry.