Skip to content

Commit

Permalink
vim-6.0ap (tag vim-6-0ap) --> vim-6.0aq (tag vim-6-0aq)
Browse files Browse the repository at this point in the history
  • Loading branch information
brammool authored and think-nice-things committed Aug 5, 2001
1 parent 6e025b3 commit 2781e20
Show file tree
Hide file tree
Showing 275 changed files with 8,265 additions and 4,825 deletions.
8 changes: 4 additions & 4 deletions Contents
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Vim Vi IMproved. A clone of the UNIX text editor Vi. Very useful
messages, shows current file name in window title, on-line
help, rectangular cut/paste, etc., etc., etc...

Version 6.0ap. Also runs under UNIX, MSDOS and other systems.
vim60aprt.tgz contains the documentation and syntax files.
vim60apbin.tgz contains the binaries.
vim60apsrc.tgz contains the sources.
Version 6.0aq. Also runs under UNIX, MSDOS and other systems.
vim60aqrt.tgz contains the documentation and syntax files.
vim60aqbin.tgz contains the binaries.
vim60aqsrc.tgz contains the sources.
Author: Bram Moolenaar et al.


Expand Down
2 changes: 1 addition & 1 deletion GvimExt/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ THE SOURCE CODE
I have provided the source code here in hope that gvim users around world can
further enhance this little dll. I believe the only thing you need to change
is gvimext.cpp file. The important two functions you need to look at are
QueryContextMenu and InvokeCommand. You can modify righ-click menus in the
QueryContextMenu and InvokeCommand. You can modify right-click menus in the
QueryContextMenu function and invoke gvim in the InvokeCommand function. Note
the selected files can be accessed from the DragQueryFile function. I am not
familiar with the invoking options for gvim. I believe there are some
Expand Down
2 changes: 1 addition & 1 deletion GvimExt/gvimext.rc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ BEGIN
VALUE "CompanyName", "Tianmiao Hu's Developer Studio\0"
VALUE "FileDescription", "A small project for the context menu of gvim!\0"
VALUE "FileVersion", "1, 0, 0, 1\0"
VALUE "InternalName", "gvim righ-click menu extension\0"
VALUE "InternalName", "gvim right-click menu extension\0"
VALUE "LegalCopyright", "Copyright � 1999 Tianmiao Hu\0"
VALUE "LegalTrademarks", "Tianmiao Hu's Gvim Context Menu Extension\0"
VALUE "OriginalFilename", "gvimext.dll\0"
Expand Down
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ all install uninstall tools config configure proto depend lint tags types test t
# Before creating an archive first delete all backup files, *.orig, etc.

MAJOR = 6
MINOR = 0ap
MINOR = 0aq

# CHECKLIST for creating a new version:
#
Expand Down Expand Up @@ -428,14 +428,19 @@ SRC_DOS = \

# source files for DOS without CR/LF translation (also in the extra archive)
SRC_DOS_BIN = \
OleVim/OleVim.mak \
OleVim/OpenWithVim.bas \
OleVim/OpenWithVim.c \
OleVim/OpenWithVim.pyw \
OleVim/OpenWithVim.vbp \
OleVim/OpenWithVim.vbw \
OleVim/README.txt \
OleVim/SendToVim.bas \
OleVim/SendToVim.c \
OleVim/SendToVim.vbp \
OleVim/SendToVim.vbw \
OleVim/uvim.c \
OleVim/uvim.h \
VisVim/Commands.cpp \
VisVim/Commands.h \
VisVim/DSAddIn.cpp \
Expand Down
Loading

0 comments on commit 2781e20

Please sign in to comment.