home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-24 | 2.3 KB | 102 lines |
- .name
- Vim
- .type
- Text Editing
- .short
- A clone of the UNIX 'vi' text editor
- .description
- Vi IMproved. A clone of the UNIX text editor "vi". Very useful for
- editing programs and other plain ASCII text. Full Vi compatibility
- (except Q command) and includes most "ex" commands. Extra features
- above Vi: Multilevel undo, command line history, improved command line
- editing, command typeahead display, command to display yank buffers,
- possi- bility to edit binary files, file name stack, support for Manx
- QuickFix, shows current file name in window title, on-line help, text
- block operations, etc.
-
- Includes a few bug fixes and new features like tag stack, file marks,
- jump list, visual (first select area, then operator), use of cursor
- keys in insert mode, column mode copy/cut/paste, macro programming by
- example, text formatting, termcap support, etc. Also runs under UNIX
- and MSDOS.
- .version
- 3.0
- .author
- Bram Moolenaar, et. al.
- .reference
- FrozenFish-Apr94:BBS/Useful/util/edit/Vim.lha
- 2.0
- FrozenFish-Apr94:BBS/Mar94/util/edit/Vim.lha
- 2.0
- FreshFish-May94:Useful/dist/util/edit/Vim/
- 2.0
- FreshFish-May94:BBS/Mar94/util/edit/Vim.lha
- 2.0
- FreshFish-Mar94:Useful/dist/util/edit/Vim/
- 2.0
- FreshFish-Mar94:New/util/edit/Vim/
- 2.0
- FreshFish-Jul94:Useful/dist/util/edit/Vim/
- 2.0
- FreshFish-Jul94:BBS/util/Vim-2.0.lha
- 2.0
- GoldFish2-Apr94:d5xx/d591/Vim/
- 1.14
- GoldFish1-Apr94:BBS/d5xx/d591/Vim.lha
- 1.14
- FrozenFish-Apr94:BBS/ALib/d5xx/d591/Vim.lha
- 1.14
- AmigaLibDisk591:Vim/
- 1.14
- .distribution
- Copyrighted but Freely Redistributable
- .address
- Clematisstraat 30
- 5925 BE Venlo
- The Netherlands
- .email
- mool@oce.nl
- .source
- Includes source in C.
- .docs
- Amiga.doc
- difference.doc
- digraph.doc
- msdos.doc
- reference.doc
- unix.doc
- vim.man
- .described-by
- Fred Fish (fnf@fishpond.cygnus.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "Vim" "Please select an option" "ReadMe" "Credits" "View Doc Files" "Run Program" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool readme TEXT
- endif
-
- if $choice EQ "2"
- MetaTool credits.txt TEXT
- endif
-
- if $choice EQ "3"
- cd doc
- set filechoice `RequestFile TITLE "Select File" PATTERN "~(#?.info)"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice TEXT
- endif
-
- if $choice EQ "4"
- Vim
- endif
- .aminet-dir
- util/edit
-