home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / vim53os2.zip / vim-5.3 / doc / os_mint.txt < prev    next >
Text File  |  1998-08-30  |  1KB  |  39 lines

  1. *os_mint.txt*   For Vim version 5.3.  Last modification: 1997 Apr 13
  2.  
  3.  
  4.           VIM REFERENCE MANUAL    by Jens M. Felderhoff
  5.  
  6.  
  7. This file contains the particularities for the Atari MiNT version of Vim.
  8.  
  9. For compiling Vim on the Atari running MiNT see "INSTALL" and "Makefile"
  10. in the src directory.
  11.  
  12. Vim for MiNT behaves almost exactly like the Unix version.
  13. The Unix behavior described in the documentation also refers to the
  14. MiNT version of Vim unless explicitly stated otherwise.
  15.  
  16. For wildcard expansion of <~> (home directory) you need a shell that
  17. expands the tilde. The vanilla Bourne shell doesn't recognize it.
  18. With csh and ksh it should work OK.
  19.  
  20. The MiNT version of vim needs the termcap file /etc/termcap with the
  21. terminal capabilities of your terminal. Builtin termcaps are
  22. supported for the vt52 terminal. Termcap entries for the TOSWIN window
  23. manager and the virtual console terminals have been appended to the
  24. termcap file that comes with the Vim disrribution.
  25.  
  26. If you should encounter problems with swapped <BS> and <Del> keys, see
  27. |:fixdel|.
  28.  
  29. Because terminal updating under MiNT is often slow (e.g. serial line
  30. terminal), the 'showcmd' and 'ruler' options are default off.
  31. If you have a fast terminal, try setting them on.  You might
  32. also want to set 'ttyfast'.
  33.  
  34. Send bug reports to
  35.  
  36.     Jens M. Felderhoff, e-mail: <jmf@infko.uni-koblenz.de>
  37.  
  38.  vim:ts=8:sw=8:tw=78:
  39.