mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
7.3b -> 7.3c
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.3b]
|
||||
"DisplayName"="Vim 7.3b: Edit with Vim popup menu entry"
|
||||
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 7.3c]
|
||||
"DisplayName"="Vim 7.3c: Edit with Vim popup menu entry"
|
||||
"UninstallString"="uninstal.exe"
|
||||
|
@@ -930,7 +930,7 @@ MAN1DIR = /man1
|
||||
|
||||
### Vim version (adjusted by a script)
|
||||
VIMMAJOR = 7
|
||||
VIMMINOR = 3b
|
||||
VIMMINOR = 3c
|
||||
|
||||
### Location of Vim files (should not need to be changed, and {{{1
|
||||
### some things might not work when they are changed!)
|
||||
|
@@ -33,8 +33,8 @@
|
||||
* VIM_VERSION_MEDIUM is used for the startup-screen.
|
||||
* VIM_VERSION_LONG is used for the ":version" command and "Vim -h".
|
||||
*/
|
||||
#define VIM_VERSION_NODOT "vim73b"
|
||||
#define VIM_VERSION_SHORT "7.3b"
|
||||
#define VIM_VERSION_MEDIUM "7.3b BETA"
|
||||
#define VIM_VERSION_LONG "VIM - Vi IMproved 7.3b BETA (2010 Jul 25)"
|
||||
#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.3b BETA (2010 Jul 25, compiled "
|
||||
#define VIM_VERSION_NODOT "vim73c"
|
||||
#define VIM_VERSION_SHORT "7.3c"
|
||||
#define VIM_VERSION_MEDIUM "7.3c BETA"
|
||||
#define VIM_VERSION_LONG "VIM - Vi IMproved 7.3c BETA (2010 Jul 25)"
|
||||
#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.3c BETA (2010 Jul 25, compiled "
|
||||
|
@@ -1,4 +1,4 @@
|
||||
CODE PRELOAD EXECUTEONLY
|
||||
DATA MULTIPLE SHARED
|
||||
DESCRIPTION 'Vim 7.3b'
|
||||
DESCRIPTION 'Vim 7.3c'
|
||||
HEAPSIZE 0,0
|
||||
|
@@ -1,5 +1,5 @@
|
||||
CODE PRELOAD EXECUTEONLY
|
||||
DATA MULTIPLE SHARED
|
||||
DESCRIPTION 'Vim 7.3b'
|
||||
DESCRIPTION 'Vim 7.3c'
|
||||
STACKSIZE 16000
|
||||
HEAPSIZE 10000
|
||||
|
Reference in New Issue
Block a user