comparison runtime/doc/os_amiga.txt @ 11:4424b47a0797

updated for version 7.0003
author vimboss
date Wed, 30 Jun 2004 16:16:41 +0000
parents 3fc0f57ecb91
children 73354c21f1e4
comparison
equal deleted inserted replaced
10:4e2284e71352 11:4424b47a0797
1 *os_amiga.txt* For Vim version 7.0aa. Last change: 2004 Apr 25 1 *os_amiga.txt* For Vim version 7.0aa. Last change: 2004 Jun 28
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
27 27
28 If you do not use digraphs, you can save some memory by recompiling without 28 If you do not use digraphs, you can save some memory by recompiling without
29 the |+digraphs| feature. If you want to use Vim with other terminals you can 29 the |+digraphs| feature. If you want to use Vim with other terminals you can
30 recompile with the TERMCAP option. Vim compiles with Manx 5.x and SAS 6.x. 30 recompile with the TERMCAP option. Vim compiles with Manx 5.x and SAS 6.x.
31 See the makefiles and feature.h. 31 See the makefiles and feature.h.
32
33 If you notice Vim crashes on some files when syntax highlighting is on, or
34 when using a search pattern with nested wildcards, it might be that the stack
35 is too small. Try increasing the stack size. In a shell use the Stack
36 command before launching Vim. On the Workbench, select the Vim icon, use the
37 workbench "Info" menu and change the Stack field in the form.
32 38
33 If you want to use different colors set the termcap codes: 39 If you want to use different colors set the termcap codes:
34 t_mr (for inverted text) 40 t_mr (for inverted text)
35 t_md (for bold text) 41 t_md (for bold text)
36 t_me (for normal text after t_mr and t_md) 42 t_me (for normal text after t_mr and t_md)