home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / edit / vim / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-24  |  2.3 KB  |  102 lines

  1. .name
  2. Vim
  3. .type
  4. Text Editing
  5. .short
  6. A clone of the UNIX 'vi' text editor
  7. .description
  8. Vi IMproved.  A clone of the UNIX text editor "vi".  Very useful for
  9. editing programs and other plain ASCII text.  Full Vi compatibility
  10. (except Q command) and includes most "ex" commands.  Extra features
  11. above Vi: Multilevel undo, command line history, improved command line
  12. editing, command typeahead display, command to display yank buffers,
  13. possi- bility to edit binary files, file name stack, support for Manx
  14. QuickFix, shows current file name in window title, on-line help, text
  15. block operations, etc.
  16.  
  17. Includes a few bug fixes and new features like tag stack, file marks,
  18. jump list, visual (first select area, then operator), use of cursor
  19. keys in insert mode, column mode copy/cut/paste, macro programming by
  20. example, text formatting, termcap support, etc.  Also runs under UNIX
  21. and MSDOS.
  22. .version
  23. 3.0
  24. .author
  25. Bram Moolenaar, et. al.
  26. .reference
  27. FrozenFish-Apr94:BBS/Useful/util/edit/Vim.lha
  28. 2.0
  29. FrozenFish-Apr94:BBS/Mar94/util/edit/Vim.lha
  30. 2.0
  31. FreshFish-May94:Useful/dist/util/edit/Vim/
  32. 2.0
  33. FreshFish-May94:BBS/Mar94/util/edit/Vim.lha
  34. 2.0
  35. FreshFish-Mar94:Useful/dist/util/edit/Vim/
  36. 2.0
  37. FreshFish-Mar94:New/util/edit/Vim/
  38. 2.0
  39. FreshFish-Jul94:Useful/dist/util/edit/Vim/
  40. 2.0
  41. FreshFish-Jul94:BBS/util/Vim-2.0.lha
  42. 2.0
  43. GoldFish2-Apr94:d5xx/d591/Vim/
  44. 1.14
  45. GoldFish1-Apr94:BBS/d5xx/d591/Vim.lha
  46. 1.14
  47. FrozenFish-Apr94:BBS/ALib/d5xx/d591/Vim.lha
  48. 1.14
  49. AmigaLibDisk591:Vim/
  50. 1.14
  51. .distribution
  52. Copyrighted but Freely Redistributable
  53. .address
  54. Clematisstraat 30
  55. 5925 BE  Venlo
  56. The Netherlands
  57. .email
  58. mool@oce.nl
  59. .source
  60. Includes source in C.
  61. .docs
  62. Amiga.doc
  63. difference.doc
  64. digraph.doc
  65. msdos.doc
  66. reference.doc
  67. unix.doc
  68. vim.man
  69. .described-by
  70. Fred Fish (fnf@fishpond.cygnus.com)
  71. .submittal
  72. Downloaded via ftp from wuarchive.wustl.edu.
  73. .execute
  74. set choice `RequestChoice "Vim" "Please select an option" "ReadMe" "Credits" "View Doc Files" "Run Program" "Cancel"`
  75. if $choice EQ "0"
  76.   quit 5
  77. endif
  78.  
  79. if $choice EQ "1"
  80.   MetaTool readme TEXT
  81. endif
  82.  
  83. if $choice EQ "2"
  84.   MetaTool credits.txt TEXT
  85. endif
  86.  
  87. if $choice EQ "3"
  88.   cd doc
  89.   set filechoice `RequestFile TITLE "Select File" PATTERN "~(#?.info)"`
  90.   set dirchoice `pathname $filechoice`
  91.   set filechoice `basename $filechoice`
  92.   failat 21
  93.   cd $dirchoice
  94.   MetaTool $filechoice TEXT
  95. endif
  96.  
  97. if $choice EQ "4"
  98.   Vim
  99. endif
  100. .aminet-dir
  101. util/edit
  102.