Rename and re-order Vim entries

This commit is contained in:
Anthony Rose 2017-04-06 15:11:40 +01:00
parent c8d4320a09
commit 17cf45dfb6

View file

@ -3,10 +3,10 @@ Windows Registry Editor Version 5.00
;======================================================================= ;=======================================================================
; Add "Edit with Vim" to all file types. ; Add "Edit with Vim" to all file types.
[HKEY_CURRENT_USER\SOFTWARE\Classes\*\shell\gvim-rw] [HKEY_CURRENT_USER\SOFTWARE\Classes\*\shell\gvim]
@="Edit with Vim" @="Edit with Vim"
[HKEY_CURRENT_USER\SOFTWARE\Classes\*\shell\gvim-rw\command] [HKEY_CURRENT_USER\SOFTWARE\Classes\*\shell\gvim\command]
; Maps to "\"%LOCALAPPDATA%\\vim\\vim80\\gvim.exe" \"%1\"" ; Maps to "\"%LOCALAPPDATA%\\vim\\vim80\\gvim.exe" \"%1\""
@=hex(2):22,00,25,00,4c,00,4f,00,43,00,41,00,4c,00,41,00,50,00,50,00,44,00,41,\ @=hex(2):22,00,25,00,4c,00,4f,00,43,00,41,00,4c,00,41,00,50,00,50,00,44,00,41,\
00,54,00,41,00,25,00,5c,00,76,00,69,00,6d,00,5c,00,76,00,69,00,6d,00,38,00,\ 00,54,00,41,00,25,00,5c,00,76,00,69,00,6d,00,5c,00,76,00,69,00,6d,00,38,00,\
@ -14,7 +14,7 @@ Windows Registry Editor Version 5.00
00,25,00,31,00,22,00,00,00 00,25,00,31,00,22,00,00,00
[HKEY_CURRENT_USER\SOFTWARE\Classes\*\shell\gvim-ro] [HKEY_CURRENT_USER\SOFTWARE\Classes\*\shell\gvim-ro]
@="View with Vim" @="View with Vim (read-only)"
[HKEY_CURRENT_USER\SOFTWARE\Classes\*\shell\gvim-ro\command] [HKEY_CURRENT_USER\SOFTWARE\Classes\*\shell\gvim-ro\command]
; Maps to "\"%LOCALAPPDATA%\\vim\\vim80\\gvim.exe" -R \"%1\"" ; Maps to "\"%LOCALAPPDATA%\\vim\\vim80\\gvim.exe" -R \"%1\""