diff --git a/windows-gvim.reg b/windows-gvim.reg index 4eccde8..35c488e 100644 --- a/windows-gvim.reg +++ b/windows-gvim.reg @@ -16,3 +16,8 @@ Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\Classes\*\shell\gvim-R\command] @="\"C:\\vim\\vim90\\gvim.exe\" -R \"%1\"" +[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\gvim] +@="Open Vim here" + +[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\gvim\command] +@="\"C:\\vim\\vim90\\gvim.exe\" \"%1\""