Skip to content

Commit 76b92b2

Browse files
committed
updated for version 7.0b
1 parent c01140a commit 76b92b2

102 files changed

Lines changed: 1377 additions & 1810 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Contents

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Vim Vi IMproved. A clone of the UNIX text editor Vi. Very useful
99
messages, shows current file name in window title, on-line
1010
help, rectangular cut/paste, etc., etc., etc...
1111

12-
Version 7.0aa. Also runs under UNIX, MSDOS and other systems.
13-
vim70aart.tgz contains the documentation and syntax files.
14-
vim70aabin.tgz contains the binaries.
15-
vim70aasrc.tgz contains the sources.
12+
Version 7.0b. Also runs under UNIX, MSDOS and other systems.
13+
vim70brt.tgz contains the documentation and syntax files.
14+
vim70bbin.tgz contains the binaries.
15+
vim70bsrc.tgz contains the sources.
1616
Author: Bram Moolenaar et al.
1717

1818

Filelist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ SRC_ALL = \
3131
src/gui_beval.c \
3232
src/gui_beval.h \
3333
src/hardcopy.c \
34-
src/hashtable.c \
34+
src/hashtab.c \
3535
src/keymap.h \
3636
src/macros.h \
3737
src/main.c \
@@ -52,7 +52,7 @@ SRC_ALL = \
5252
src/ops.c \
5353
src/option.c \
5454
src/option.h \
55-
src/popupmenu.c \
55+
src/popupmnu.c \
5656
src/quickfix.c \
5757
src/regexp.c \
5858
src/regexp.h \
@@ -96,7 +96,7 @@ SRC_ALL = \
9696
src/proto/gui.pro \
9797
src/proto/gui_beval.pro \
9898
src/proto/hardcopy.pro \
99-
src/proto/hashtable.pro \
99+
src/proto/hashtab.pro \
100100
src/proto/main.pro \
101101
src/proto/mark.pro \
102102
src/proto/mbyte.pro \
@@ -111,7 +111,7 @@ SRC_ALL = \
111111
src/proto/normal.pro \
112112
src/proto/ops.pro \
113113
src/proto/option.pro \
114-
src/proto/popupmenu.pro \
114+
src/proto/popupmnu.pro \
115115
src/proto/quickfix.pro \
116116
src/proto/regexp.pro \
117117
src/proto/screen.pro \

README_amisrc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_amisrc.txt for version 7.0aa of Vim: Vi IMproved.
1+
README_amisrc.txt for version 7.0b of Vim: Vi IMproved.
22

33
See "README.txt" for general information about Vim.
44
See "README_ami.txt" for installation instructions for the Amiga.

README_bindos.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_bindos.txt for version 7.0aa of Vim: Vi IMproved.
1+
README_bindos.txt for version 7.0b of Vim: Vi IMproved.
22

33
See "README.txt" for general information about Vim.
44
See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows.

README_lang.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_lang.txt for version 7.0aa of Vim: Vi IMproved.
1+
README_lang.txt for version 7.0b of Vim: Vi IMproved.
22

33
This file contains files for non-English languages:
44
- Translated messages.

README_os2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_os2.txt for version 7.0aa of Vim: Vi IMproved.
1+
README_os2.txt for version 7.0b of Vim: Vi IMproved.
22

33
This file explains the installation of Vim on OS/2 systems.
44
See "README.txt" for general information about Vim.

README_src.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_src.txt for version 7.0aa of Vim: Vi IMproved.
1+
README_src.txt for version 7.0b of Vim: Vi IMproved.
22

33
The source archive contains the files needed to compile Vim on Unix systems.
44
It is packed for Unix systems (NL line separator). It is also used for other

README_srcdos.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_srcdos.txt for version 7.0aa of Vim: Vi IMproved.
1+
README_srcdos.txt for version 7.0b of Vim: Vi IMproved.
22

33
See "README.txt" for general information about Vim.
44
See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows.

README_unix.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_unix.txt for version 7.0aa of Vim: Vi IMproved.
1+
README_unix.txt for version 7.0b of Vim: Vi IMproved.
22

33
This file explains the installation of Vim on Unix systems.
44
See "README.txt" for general information about Vim.

README_vms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_vms.txt for version 7.0aa of Vim: Vi IMproved.
1+
README_vms.txt for version 7.0b of Vim: Vi IMproved.
22

33
This file explains the installation of Vim on VMS systems.
44
See "README.txt" in the runtime archive for information about Vim.

0 commit comments

Comments
 (0)