forked from urbie-mk2/vim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First step in the Vim 7.3 branch. Changed version numbers.
- Loading branch information
Bram Moolenaar
committed
May 15, 2010
0 parents
commit 7d32e70
Showing
2,282 changed files
with
1,145,443 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
*~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Oops, something went wrong.