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