home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume44 / vim / part00 next >
Internet Message Format  |  1994-08-16  |  4KB

  1. From: mool@oce.nl (Bram Moolenaar)
  2. Newsgroups: comp.sources.misc
  3. Subject: v44i019:  vim - Vi IMproved editor, v3.0, Part00/26
  4. Date: 16 Aug 1994 21:16:55 -0500
  5. Organization: Sterling Software
  6. Sender: kent@sparky.sterling.com
  7. Approved: kent@sparky.sterling.com
  8. Message-ID: <csm-v44i019=vim.211640@sparky.sterling.com>
  9. Keywords: utility, editor, vi, vim
  10. X-Md4-Signature: 1251ee68de9c863d2f790ac93a306bed
  11.  
  12. Submitted-by: mool@oce.nl (Bram Moolenaar)
  13. Posting-number: Volume 44, Issue 19
  14. Archive-name: vim/part00
  15. Environment: UNIX, AMIGA, MS-DOS, Windows NT
  16. Supersedes: vim: Volume 41, Issue 50-75
  17.  
  18. Version 3.0 of Vim: Vi IMproved.  Vim is an almost compatible version of 
  19. the UNIX editor vi. Only the 'Q' command is missing (you don't need it). 
  20. Many new features have been added: multi level undo, command line history, 
  21. filename completion, block operations, etc. See difference.doc.
  22.  
  23. This editor is very useful for editing programs and other plain ASCII files. 
  24. All commands are given with normal keyboard characters, so those who can type 
  25. with ten fingers can work very fast. Additionally function keys can be defined
  26. by the user.
  27.  
  28. Vim currently runs under Amiga DOS, MSDOS, Windows NT and many UNIX versions.
  29. There are some things included for the Archimedes, but it does not work yet.
  30. Porting to other systems should not be very difficult. 
  31.  
  32.  Documentation:
  33.  
  34.       tutor/readme - one hour training course for beginners
  35.      reference.doc - complete reference of all Vim commands
  36.     difference.doc - summarizes the differences with UNIX vi
  37.        windows.doc - reference for the multi windows and buffer commands
  38.          index - alfabetical list of commands
  39.          amiga.doc - remarks for Amiga
  40.           unix.doc - remarks for unix
  41.          msdos.doc - remarks for MSDOS
  42.          winnt.doc - remarks for Windows NT
  43.             archie.doc - remarks for Archimedes
  44.  
  45.  Big improvements
  46.  ================
  47.  
  48. Added multiple windows and multiple buffers! See doc/windows.doc for an
  49. overview of the new and changed commands.
  50.  
  51. Added hidden buffers. 'hidden' option can be set to create a hidden buffer
  52. instead of abandoning a buffer. Added ":bnext", ":bprev", ":bNext" and
  53. "brewind" commands to go to other buffer. Added ":buffers" command to show all
  54. buffers. Added ":bmod" command: go to next modified buffer. Added ":bdelete"
  55. command: delete buffer from list. 
  56.  
  57. Added a lot of commands to manipulate buffers:
  58.  - Added commands to open a window for all arguments, all active buffers, all
  59.    buffers: ":all", ":sall", ":unhide", ":sunhide", ":ball", ":sball". 
  60.  - Added ":bunload" command: Unload buffer from memory. The ":bdelete" command
  61.    does the same plus deletes the buffer from the buffer list. 
  62.  - Arguments from command line are always put in buffer list. 
  63.  - Added ":sbuffer", ":sbnext", ":sbNext", ":sbprevious", ":sbmodified",
  64.    ":sbrewind", ":sblast": split window and go to specified buffer. 
  65.  - Added ":wNext" and ":wprevious": write file and go back in argument list.
  66.  - Added ":wqall" and ":xall", write all change buffers and exit. 
  67.  
  68. When all changes have been undone the buffer is not considered to be changed.
  69. Vim can then be exit with ":q" instead of ":q!".
  70.  
  71. Added simple "more" facility to listings. Can be switched on/off with the
  72. 'more' option.
  73.  
  74. Added Robert Webb's code for command line completion, with 
  75. "#ifdef WEBB_COMPLETE".
  76.  
  77.  
  78. See the file reade3.0 for a complete set of changes in this version. 
  79.  
  80. Vim is Charityware. You can copy it as much as you like. Please read
  81. uganda.txt for details.
  82.  
  83. Please send comments, bug reports and suggestions to:
  84.  
  85. stable address:    Bram Moolenaar        UUCP E-mail:    mool@oce.nl
  86.         molenstraat 2
  87.         2162 HP  Lisse        Fax: +31 2521 16381
  88.         The Netherlands        Tel: +31 2521 13037
  89.  
  90.