comparison runtime/doc/os_mint.txt @ 21329:bb3f60b0aca0 v8.2.1215

patch 8.2.1215: Atari MiNT support is outdated Commit: https://github.com/vim/vim/commit/e3f915d12c8fe0466918a29ab4eaef153f71a2cd Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 14 23:02:44 2020 +0200 patch 8.2.1215: Atari MiNT support is outdated Problem: Atari MiNT support is outdated. Solution: Nobody responded this code is still useful, so let's delete it.
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jul 2020 23:15:03 +0200
parents af69c9335223
children f8116058ca76
comparison
equal deleted inserted replaced
21328:6a4f919b3a1a 21329:bb3f60b0aca0
1 *os_mint.txt* For Vim version 8.2. Last change: 2005 Mar 29 1 *os_mint.txt* For Vim version 8.2. Last change: 2020 Jul 14
2 2
3 3
4 VIM REFERENCE MANUAL by Jens M. Felderhoff 4 VIM REFERENCE MANUAL by Jens M. Felderhoff
5 5
6 6
7 *MiNT* *Atari* 7 *MiNT* *Atari*
8 This file contains the particularities for the Atari MiNT version of Vim. 8 The Atari MiNT support was removed with patch 8.2.1215. It probably didn't
9 work at that time, since the code was old and not maintained.
9 10
10 For compiling Vim on the Atari running MiNT see "INSTALL" and "Makefile"
11 in the src directory.
12 11
13 Vim for MiNT behaves almost exactly like the Unix version. 12 Originally added by: Jens M. Felderhoff, e-mail: <jmf@infko.uni-koblenz.de>
14 The Unix behavior described in the documentation also refers to the
15 MiNT version of Vim unless explicitly stated otherwise.
16 13
17 For wildcard expansion of <~> (home directory) you need a shell that
18 expands the tilde. The vanilla Bourne shell doesn't recognize it.
19 With csh and ksh it should work OK.
20
21 The MiNT version of vim needs the termcap file /etc/termcap with the
22 terminal capabilities of your terminal. Builtin termcaps are
23 supported for the vt52 terminal. Termcap entries for the TOSWIN window
24 manager and the virtual console terminals have been appended to the
25 termcap file that comes with the Vim distribution.
26
27 If you should encounter problems with swapped <BS> and <Del> keys, see
28 |:fixdel|.
29
30 Because terminal updating under MiNT is often slow (e.g. serial line
31 terminal), the 'showcmd' and 'ruler' options are default off.
32 If you have a fast terminal, try setting them on. You might
33 also want to set 'ttyfast'.
34
35 Send bug reports to
36
37 Jens M. Felderhoff, e-mail: <jmf@infko.uni-koblenz.de>
38 14
39 vim:tw=78:ts=8:noet:ft=help:norl: 15 vim:tw=78:ts=8:noet:ft=help:norl: