diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-06-30 16:16:41 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-06-30 16:16:41 +0000 |
commit | 843ee41eb8258ac50ed81976757d8b228382a880 (patch) | |
tree | d0fcdff9e19b05b182de1bb1be46b2e6f5b8b0b7 /runtime/doc/os_amiga.txt | |
parent | f4b8e57ffd048f9ca46dd7618939ba7a1b2294ec (diff) | |
download | vim-git-843ee41eb8258ac50ed81976757d8b228382a880.tar.gz |
updated for version 7.0003
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) |