0
0
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:
Bram Moolenaar
2010-07-25 20:53:06 +02:00
parent 6fc45b55fc
commit c3301874a6
156 changed files with 180 additions and 179 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.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"

View File

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

View File

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

View File

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

View File

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