1README_extra.txt for version 8.2 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/os_msdos.*
17src/os_dos.*		Files for the MS-DOS port.
18
19src/os_mac.*		Files for the Mac port.
20
21src/os_vms*		Files for the VMS port.
22
23src/os_w32*
24src/os_win32.*		Files for the Win32 port.
25
26src/gui_w32.*		Files for the Win32 GUI.
27src/gui_w48.*		Files for the Win32 and Win16 GUI.
28src/Make_mvc.mak	MS Visual C++ makefile for the Win32 GUI.
29
30src/if_ole.*		OLE automation interface, for MS Windows 95 and NT.
31
32src/VisVim/*		Integration of Win32 GUI with MS Visual Developer
33			Studio.
34
35src/GvimExt/*		DLL for the "Edit with Vim" context menu entry
36
37nsis/*			NSIS script to build the self-installing MS-Windows exe
38
39runtime/doc/*.man	Preprocessed manual pages.
40
41runtime/macros/file_select.vim	Vim script to browse directories (Unix only).
42