Wednesday, August 25, 2010

Re: WIN7 Can not set vim 7.3 as default program

it seems gvim 7.3 does not setup the registry key correctly.
you may run regedit in your command window, and add/modify the following keys. if they do not exist, create them.

key 1:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Applications\gvim.exe\shell\edit\command
value: create a default value, may be like this: "d:\progra~1\vim\vim73\gvim.exe" "%1"

key 2:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Applications\gvim.exe\shell\open\command
value: should be the same as the former one.

and your problem should be solved.

On Wed, Aug 25, 2010 at 8:08 PM, John Beckett <johnb.beckett@gmail.com> wrote:
yschandra wrote:
> I updated from 7.2 to 7.3 on Windows 7 Prof. Generally I set
> gvim as default program for .C, .H, .CPP file extensions.
> This was working with 7.2 however I am unable to do this with
> 7.3. If I reinstall 7.2 then it is working fine. I think
> there is some problem with 7.3 windows binaries.

What does "unable to do this" mean? What do you do? What
happens?

You may find the info here to be a workaround:
http://vim.wikia.com/wiki/Windows_file_associations

The "--remote-silent" stuff is not required, but can be useful.

John

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: