1README_extra.txt for version 7.3 of Vim: Vi IMproved.
2
3These extra files of Vim are for special purposes.  This README explains what
4the files are for.  For general information about Vim, see the "README.txt"
5file.
6
7
8farsi/*			Files for the Farsi (persian) language.  If you don't
9			know what Farsi is, this is not for you.
10
11src/if_sniff.*		Interface to SNiFF.  If you don't know what SNiFF is,
12			this is not for you.
13
14src/os_amiga.*		Files for the Amiga port.
15
16src/gui_riscos.*
17src/os_riscos.*		Files for the RISC OS port.
18
19src/gui_beos.*
20src/os_beos.*		Files for the BeOS port.
21
22src/os_msdos.*
23src/os_dos.*		Files for the MS-DOS port.
24
25src/gui_mac.*
26src/os_mac.*		Files for the Mac port.
27
28src/os_mint.8		Files for the Atari Mint port.
29
30src/os_os2*		Files for the OS/2 port.
31src/tee/*		Extra program for OS/2.
32
33src/os_vms*		Files for the VMS port.
34
35src/os_w32*
36src/os_win32.*		Files for the Win32 port.
37
38src/gui_w32.*		Files for the Win32 GUI.
39src/gui_w48.*		Files for the Win32 and Win16 GUI.
40src/Make_mvc.mak	MS Visual C++ makefile for the Win32 GUI.
41runtime/rgb.txt		File with color definitions for the Win32 GUI.
42
43src/if_ole.*		OLE automation interface, for MS Windows 95 and NT.
44
45src/VisVim/*		Integration of Win32 GUI with MS Visual Developer
46			Studio.
47
48src/GvimExt/*		DLL for the "Edit with Vim" context menu entry
49
50nsis/*			NSIS script to build the self-installing MS-Windows exe
51
52runtime/doc/*.man	Preprocessed manual pages.
53
54runtime/macros/file_select.vim	Vim script to browse directories (Unix only).
55