Bǎi sī bù jiě
Thursday, November 22, 2007
Vim on Vista
Ok, so I wasted a good part of thanksgiving day trying to get vim workign again on vista. I am not sure what happened, but it went nuts. It may have been the recent windows updates or the face that I in stalled .NET 3.5, but it was unusable. None of the plugins/syntax highlighting/menus that I have grown to love. So here is what I did:
Vim on Vista
Installed gvim71-2.exe to C:\vim (from here)
Copy the folling files into C:\vim\vim71\
- iconv.dll (from here You can find the dll file in the bin directory of the "libiconv-win32" archive.)
- libintl.dll (from here Get "intl.dll" from the bin directory in the gettext-win32 archive and store it as "libintl.dll" in the same directory as gvim.exe, overwriting the file that may already be there.)
- gvimext.dll (from here)
to the recommended location of C:\Program Files you won't be able to associate
files with the new location until you edit the registry. Go to:
HKEY_CLASSES_ROOT\Applications\gvim.exeMake sure the edit\command and open\command Keys have the following default value:
C:\vim\vim71\gvim.exe "%1"If you want the "Edit with vim" in windows explorer:
- Run C:\vim\vim71\install.exe
- Choose no when asked if you want to uninstall, then enter "d 14"
If you don't want to run around and get those files, you can download them here.
Also, I added my suite of vim files here.
Labels: geek
Comments:
Post a Comment


