blob: 4f22d1bcc2662180045ea6a17f73bad7a031b451 [file] [log] [blame]
Bram Moolenaar98056532019-12-12 14:18:35 +01001README_extra.txt for version 8.2 of Vim: Vi IMproved.
Bram Moolenaar071d4272004-06-13 20:20:40 +00002
Bram Moolenaar33aea182010-08-07 13:19:27 +02003These 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.
Bram Moolenaar071d4272004-06-13 20:20:40 +00006
7
Bram Moolenaar33aea182010-08-07 13:19:27 +02008farsi/* Files for the Farsi (persian) language. If you don't
9 know what Farsi is, this is not for you.
Bram Moolenaar071d4272004-06-13 20:20:40 +000010
Bram Moolenaar33aea182010-08-07 13:19:27 +020011src/if_sniff.* Interface to SNiFF. If you don't know what SNiFF is,
12 this is not for you.
Bram Moolenaar071d4272004-06-13 20:20:40 +000013
Bram Moolenaar33aea182010-08-07 13:19:27 +020014src/os_amiga.* Files for the Amiga port.
Bram Moolenaar071d4272004-06-13 20:20:40 +000015
Bram Moolenaar33aea182010-08-07 13:19:27 +020016src/os_msdos.*
17src/os_dos.* Files for the MS-DOS port.
Bram Moolenaar071d4272004-06-13 20:20:40 +000018
Bram Moolenaar33aea182010-08-07 13:19:27 +020019src/os_mac.* Files for the Mac port.
Bram Moolenaar071d4272004-06-13 20:20:40 +000020
Bram Moolenaar33aea182010-08-07 13:19:27 +020021src/os_vms* Files for the VMS port.
Bram Moolenaar071d4272004-06-13 20:20:40 +000022
Bram Moolenaar33aea182010-08-07 13:19:27 +020023src/os_w32*
24src/os_win32.* Files for the Win32 port.
Bram Moolenaar071d4272004-06-13 20:20:40 +000025
Bram Moolenaar33aea182010-08-07 13:19:27 +020026src/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.
29runtime/rgb.txt File with color definitions for the Win32 GUI.
Bram Moolenaar071d4272004-06-13 20:20:40 +000030
Bram Moolenaar33aea182010-08-07 13:19:27 +020031src/if_ole.* OLE automation interface, for MS Windows 95 and NT.
Bram Moolenaar071d4272004-06-13 20:20:40 +000032
Bram Moolenaar33aea182010-08-07 13:19:27 +020033src/VisVim/* Integration of Win32 GUI with MS Visual Developer
34 Studio.
Bram Moolenaar071d4272004-06-13 20:20:40 +000035
Bram Moolenaar33aea182010-08-07 13:19:27 +020036src/GvimExt/* DLL for the "Edit with Vim" context menu entry
Bram Moolenaar071d4272004-06-13 20:20:40 +000037
Bram Moolenaar33aea182010-08-07 13:19:27 +020038nsis/* NSIS script to build the self-installing MS-Windows exe
Bram Moolenaar071d4272004-06-13 20:20:40 +000039
Bram Moolenaar33aea182010-08-07 13:19:27 +020040runtime/doc/*.man Preprocessed manual pages.
Bram Moolenaar071d4272004-06-13 20:20:40 +000041
Bram Moolenaar33aea182010-08-07 13:19:27 +020042runtime/macros/file_select.vim Vim script to browse directories (Unix only).