0
0
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:
Bram Moolenaar
2010-08-01 20:38:51 +02:00
parent 4b26dff329
commit 9379f83030
155 changed files with 161 additions and 159 deletions

View File

@@ -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"

View File

@@ -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!)

View File

@@ -1,4 +1,4 @@
CODE PRELOAD EXECUTEONLY
DATA MULTIPLE SHARED
DESCRIPTION 'Vim 7.3c'
DESCRIPTION 'Vim 7.3d'
HEAPSIZE 0,0

View File

@@ -1,5 +1,5 @@
CODE PRELOAD EXECUTEONLY
DATA MULTIPLE SHARED
DESCRIPTION 'Vim 7.3c'
DESCRIPTION 'Vim 7.3d'
STACKSIZE 16000
HEAPSIZE 10000