Installation on the Amiga:
If you do not use digraphs, you can save some memory by recompiling without the DIGRAPHS option. 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 want to use different colors set the termcap codes:
| t_mr | (for inverted text) |
| t_md | (for bold text) |
| t_me | (for normal text after t_mr and t_md) |
| t_so | (for standout mode) |
| t_se | (for normal text after t_so) |
| t_us | (for underlined text) |
| t_ue | (for normal text after t_us) |
| t_ZH | (for italic text) |
| t_ZR | (for normal text after t_ZH) |
30 grey char 40 grey cell >0 grey background 0 all attributes off 31 black char 41 black cell >1 black background 1 boldface 32 white char 42 white cell >2 white background 2 faint 33 blue char 43 blue cell >3 blue background 3 italic 34 grey char 44 grey cell >4 grey background 4 underscore 35 black char 45 black cell >5 black background 7 reverse video 36 white char 46 white cell >6 white background 8 invisible 37 blue char 47 blue cell >7 blue backgroundThe codes with '>' must be the last. The cell and background color should be the same. The codes can be combined by separating them with a semicolon. For example to get white text on a blue background:
When using multiple commands with a filter command, e.g.
Commands that accept a single file name allow for embedded spaces in the file name. However, when using commands that accept several file names, embedded spaces need to be escaped with a backslash.