diff options
Diffstat (limited to 'runtime/doc/os_amiga.txt')
-rw-r--r-- | runtime/doc/os_amiga.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/runtime/doc/os_amiga.txt b/runtime/doc/os_amiga.txt index fd215834f..069e76964 100644 --- a/runtime/doc/os_amiga.txt +++ b/runtime/doc/os_amiga.txt @@ -1,4 +1,4 @@ -*os_amiga.txt* For Vim version 7.0aa. Last change: 2004 Apr 25 +*os_amiga.txt* For Vim version 7.0aa. Last change: 2004 Jun 28 VIM REFERENCE MANUAL by Bram Moolenaar @@ -30,6 +30,12 @@ the |+digraphs| feature. If you want to use Vim with other terminals you can recompile with the TERMCAP option. Vim compiles with Manx 5.x and SAS 6.x. See the makefiles and feature.h. +If you notice Vim crashes on some files when syntax highlighting is on, or +when using a search pattern with nested wildcards, it might be that the stack +is too small. Try increasing the stack size. In a shell use the Stack +command before launching Vim. On the Workbench, select the Vim icon, use the +workbench "Info" menu and change the Stack field in the form. + If you want to use different colors set the termcap codes: t_mr (for inverted text) t_md (for bold text) |