Brian Krusic wrote:
Thanks fo rthe reply.
Still no shell extension.
I did the regedit approach.
Any ideas?
Is Gvimext.dll in a directory in your PATH? Check it at the dos-box prompt:
echo %PATH%
or in Vim:
:echo $PATH
If it isn't, you can set it in (IIRC) Control Panel -> System -> Advanced ->
Environment variables
The Dos/Windows PATH is a semicolon-separated list of directories; the
directory containing that DLL may be either the same as for gvim.exe (usually
something like "C:\Program Files\Vim\vim70") or a "gvimext" subdirectory of
that (I'm not on Windows at the moment and can't check).
Best regards,
Tony.