Mercurial > vim
annotate runtime/doc/os_mint.txt @ 13648:544d9b63f9e9 v8.0.1696
patch 8.0.1696: coverage statistics don't work
commit https://github.com/vim/vim/commit/d60e0a1d202d49503ba95a40c165172c8f61db7a
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Apr 11 10:06:04 2018 +0200
patch 8.0.1696: coverage statistics don't work
Problem: Coverate statistics don't work.
Solution: Include the xxd directory. (Christian Brabandt)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 11 Apr 2018 10:15:07 +0200 |
parents | 9f48eab77d62 |
children | 1174611ad715 |
rev | line source |
---|---|
10198
9f48eab77d62
commit https://github.com/vim/vim/commit/bb76f24af2010943387ce696a7092175b4ecccf2
Christian Brabandt <cb@256bit.org>
parents:
5294
diff
changeset
|
1 *os_mint.txt* For Vim version 8.0. Last change: 2005 Mar 29 |
7 | 2 |
3 | |
4 VIM REFERENCE MANUAL by Jens M. Felderhoff | |
5 | |
6 | |
7 *MiNT* *Atari* | |
8 This file contains the particularities for the Atari MiNT version of Vim. | |
9 | |
10 For compiling Vim on the Atari running MiNT see "INSTALL" and "Makefile" | |
11 in the src directory. | |
12 | |
13 Vim for MiNT behaves almost exactly like the Unix version. | |
14 The Unix behavior described in the documentation also refers to the | |
15 MiNT version of Vim unless explicitly stated otherwise. | |
16 | |
17 For wildcard expansion of <~> (home directory) you need a shell that | |
236 | 18 expands the tilde. The vanilla Bourne shell doesn't recognize it. |
7 | 19 With csh and ksh it should work OK. |
20 | |
21 The MiNT version of vim needs the termcap file /etc/termcap with the | |
236 | 22 terminal capabilities of your terminal. Builtin termcaps are |
23 supported for the vt52 terminal. Termcap entries for the TOSWIN window | |
7 | 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 | |
39 vim:tw=78:ts=8:ft=help:norl: |