Donate Share

Portable GVim

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Adding GVIM to the edit windows contex menu

You are viewing a single message from this topic. View all messages.

  1. 2007-08-01 12:50:33 UTC
    Adding entries to the context menu requires edits to the windows registry. Most would consider this non-portable. Here's what the .reg would look like (edit the path to point to your portable gvim--this basically assumes that portable gvim can always be found at the same path).

    REGEDIT4
    [HKEY_CLASSES_ROOT/*/shell]
    [HKEY_CLASSES_ROOT/*/shell/vim]
    @="Edit with &vim"
    [HKEY_CLASSES_ROOT/*/shell/vim/command]
    @="X://path//to//gvim.exe /"%1/""
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.