Bram Moolenaar | ed39e1d | 2008-08-09 17:55:22 +0000 | [diff] [blame] | 1 | README_extra.txt for version 7.2 of Vim: Vi IMproved. |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2 | |
| 3 | The extra archive of Vim is to be used in combination with the source archive |
Bram Moolenaar | 1423b9d | 2006-05-07 15:16:06 +0000 | [diff] [blame] | 4 | (vim-7.0-src.tar.gz). The extra archive is useless without it. |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5 | |
| 6 | For more information, see the "README.txt" file that comes with the runtime |
Bram Moolenaar | 1423b9d | 2006-05-07 15:16:06 +0000 | [diff] [blame] | 7 | archive (vim-7.0-rt.tar.gz). To be able to run Vim you MUST get the runtime |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8 | archive too! |
| 9 | |
| 10 | The extra archive plus the source and runtime achives make up the complete |
| 11 | sources of Vim for all systems. |
| 12 | |
| 13 | |
Bram Moolenaar | 1423b9d | 2006-05-07 15:16:06 +0000 | [diff] [blame] | 14 | Some of the things that the extra archive contains: |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 15 | |
| 16 | Farsi Files for the Farsi (persian) language. If you don't know |
| 17 | what Farsi is, this is not for you. |
| 18 | |
| 19 | if_sniff Interface to SNiFF. If you don't know what SNiFF is, this is |
| 20 | not for you. |
| 21 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 22 | os_amiga Files for the Amiga port. |
| 23 | |
| 24 | gui_riscos |
| 25 | os_riscos Files for the RISC OS port. |
| 26 | |
| 27 | gui_beos |
| 28 | os_beos Files for the BeOS port. |
| 29 | |
| 30 | os_msdos |
| 31 | os_dos Files for the MS-DOS port. |
| 32 | |
| 33 | gui_mac |
| 34 | os_mac Files for the Mac port. |
| 35 | |
| 36 | os_mint Files for the Atari Mint port. |
| 37 | |
| 38 | os_os2 Files for the OS/2 port. |
| 39 | tee Extra program for OS/2. |
| 40 | |
| 41 | os_vms Files for the VMS port. |
| 42 | |
| 43 | os_w32 |
| 44 | os_win32 Files for the Win32 port. |
| 45 | |
| 46 | gui_w32 Files for the Win32 GUI. |
Bram Moolenaar | 1423b9d | 2006-05-07 15:16:06 +0000 | [diff] [blame] | 47 | gui_w48 Files for the Win32 and Win16 GUI. |
| 48 | Make_mvc.mak MS Visual C++ makefile for the Win32 GUI. |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 49 | rgb.txt File with color definitions for the Win32 GUI. |
| 50 | |
| 51 | if_ole OLE automation interface, for MS Windows 95 and NT. |
| 52 | |
| 53 | VisVim Integration of Win32 GUI with MS Visual Developer Studio. |
| 54 | |
| 55 | GvimExt DLL for the "Edit with Vim" context menu entry |
| 56 | |
| 57 | nsis NSIS script to build the self-installing MS-Windows exe |
| 58 | |
| 59 | *.man Preprocessed manual pages. |
| 60 | |
| 61 | file_select.vim Vim script to browse directories (Unix only). |