mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
a98a6996c2
Vim runtime files based on 7.4.384 / hg changeset 7090d7f160f7 Excluding: Amiga icons (*.info, icons/) doc/hangulin.txt tutor/ spell/ lang/ (only used for menu translations) macros/maze/, macros/hanoi/, macros/life/, macros/urm/ These were used to test vi compatibility. termcap "Demonstration of a termcap file (for the Amiga and Archimedes)" Helped-by: Rich Wareham <rjw57@cam.ac.uk> Helped-by: John <john.schmidt.h@gmail.com> Helped-by: Yann <yann@yann-salaun.com> Helped-by: Christophe Badoit <c.badoit@lesiteimmo.com> Helped-by: drasill <github@tof2k.com> Helped-by: Tae Sandoval Murgan <taecilla@gmail.com> Helped-by: Lowe Thiderman <lowe.thiderman@gmail.com>
40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
*os_mint.txt* For Vim version 7.4. Last change: 2005 Mar 29
|
|
|
|
|
|
VIM REFERENCE MANUAL by Jens M. Felderhoff
|
|
|
|
|
|
*MiNT* *Atari*
|
|
This file contains the particularities for the Atari MiNT version of Vim.
|
|
|
|
For compiling Vim on the Atari running MiNT see "INSTALL" and "Makefile"
|
|
in the src directory.
|
|
|
|
Vim for MiNT behaves almost exactly like the Unix version.
|
|
The Unix behavior described in the documentation also refers to the
|
|
MiNT version of Vim unless explicitly stated otherwise.
|
|
|
|
For wildcard expansion of <~> (home directory) you need a shell that
|
|
expands the tilde. The vanilla Bourne shell doesn't recognize it.
|
|
With csh and ksh it should work OK.
|
|
|
|
The MiNT version of vim needs the termcap file /etc/termcap with the
|
|
terminal capabilities of your terminal. Builtin termcaps are
|
|
supported for the vt52 terminal. Termcap entries for the TOSWIN window
|
|
manager and the virtual console terminals have been appended to the
|
|
termcap file that comes with the Vim distribution.
|
|
|
|
If you should encounter problems with swapped <BS> and <Del> keys, see
|
|
|:fixdel|.
|
|
|
|
Because terminal updating under MiNT is often slow (e.g. serial line
|
|
terminal), the 'showcmd' and 'ruler' options are default off.
|
|
If you have a fast terminal, try setting them on. You might
|
|
also want to set 'ttyfast'.
|
|
|
|
Send bug reports to
|
|
|
|
Jens M. Felderhoff, e-mail: <jmf@infko.uni-koblenz.de>
|
|
|
|
vim:tw=78:ts=8:ft=help:norl:
|