Skip to content

Commit

Permalink
First step in the Vim 7.3 branch. Changed version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram Moolenaar committed May 15, 2010
0 parents commit 7d32e70
Show file tree
Hide file tree
Showing 2,282 changed files with 1,145,443 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .hgignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
syntax: glob

# Unixen: object and executable files.
*.o
src/vim
src/xxd/xxd

# We do need src/auto/configure and src/auto/config.mk.
src/auto/osdef.h
src/auto/config.aap
src/auto/config.cache
src/auto/config.h
src/auto/config.log
src/auto/config.status
src/auto/configure.aap
src/auto/link.log
src/auto/link.sed
src/auto/pathdef.c

# Windows
*.exe
*.idb
*.manifest
*.exp
*.obj
*.pdb
*.ilk
*.sln
*.suo
*.res
*.RES
src/pathdef.c
src/Obj*/pathdef.c
gvimext.dll
gvimext.lib

# All platforms
*.rej
*.orig
*.mo
*~
23 changes: 23 additions & 0 deletions Contents
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Vim Vi IMproved. A clone of the UNIX text editor Vi. Very useful
for editing programs and other plain ASCII text. Full Vi
compatibility and includes all Ex commands. Extra features
above Vi: Multilevel undo, multiple windows, syntax
highlighting, command line history, folding, improved command
line editing, command typeahead display, command to display
yank buffers, possibility to edit binary files, file name
stack, support for Manx QuickFix and other compiler's error
messages, shows current file name in window title, on-line
help, rectangular cut/paste, etc., etc., etc...

Version 7.3a. Also runs under UNIX, MSDOS and other systems.
vim73art.tgz contains the documentation and syntax files.
vim73abin.tgz contains the binaries.
vim73asrc.tgz contains the sources.
Author: Bram Moolenaar et al.


Xxd Hex dumper and reader. Can be used to view files as hex, edit
them and write them back. Can also be used to patch files.

Version 1.8 (1997 May 22)
Author: Juergen Weigert
Binary file added Contents.info
Binary file not shown.
Loading

0 comments on commit 7d32e70

Please sign in to comment.