Mercurial > vim
view runtime/doc/os_mint.txt @ 8712:65130a9d3386 v7.4.1645
commit https://github.com/vim/vim/commit/c5fbe8af4cd80789f831b78aa44ff0b238138769
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Mar 24 21:42:09 2016 +0100
patch 7.4.1645
Problem: When a dict contains a partial it can't be redefined as a
function. (Nikolai Pavlov)
Solution: Remove the partial when overwriting with a function.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 24 Mar 2016 21:45:07 +0100 |
parents | 359743c1f59a |
children | 9f48eab77d62 |
line wrap: on
line source
*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: