mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
Version 7.3c -> 7.3d
This commit is contained in:
@@ -15,6 +15,6 @@ REGEDIT4
|
||||
[HKEY_LOCAL_MACHINE\Software\Vim\Gvim]
|
||||
"path"="gvim.exe"
|
||||
|
||||
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 7.3c]
|
||||
"DisplayName"="Vim 7.3c: Edit with Vim popup menu entry"
|
||||
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 7.3d]
|
||||
"DisplayName"="Vim 7.3d: Edit with Vim popup menu entry"
|
||||
"UninstallString"="uninstal.exe"
|
||||
|
@@ -930,7 +930,7 @@ MAN1DIR = /man1
|
||||
|
||||
### Vim version (adjusted by a script)
|
||||
VIMMAJOR = 7
|
||||
VIMMINOR = 3c
|
||||
VIMMINOR = 3d
|
||||
|
||||
### Location of Vim files (should not need to be changed, and {{{1
|
||||
### some things might not work when they are changed!)
|
||||
|
@@ -1,4 +1,4 @@
|
||||
CODE PRELOAD EXECUTEONLY
|
||||
DATA MULTIPLE SHARED
|
||||
DESCRIPTION 'Vim 7.3c'
|
||||
DESCRIPTION 'Vim 7.3d'
|
||||
HEAPSIZE 0,0
|
||||
|
@@ -1,5 +1,5 @@
|
||||
CODE PRELOAD EXECUTEONLY
|
||||
DATA MULTIPLE SHARED
|
||||
DESCRIPTION 'Vim 7.3c'
|
||||
DESCRIPTION 'Vim 7.3d'
|
||||
STACKSIZE 16000
|
||||
HEAPSIZE 10000
|
||||
|
Reference in New Issue
Block a user