blob: 13d19828786156ca69bfc780f9219f927ae0b9f7 [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/gui_mac.*
20src/os_mac.* Files for the Mac port.
Bram Moolenaar071d4272004-06-13 20:20:40 +000021
Bram Moolenaar33aea182010-08-07 13:19:27 +020022src/os_mint.8 Files for the Atari Mint port.
Bram Moolenaar071d4272004-06-13 20:20:40 +000023
Bram Moolenaar33aea182010-08-07 13:19:27 +020024src/os_vms* Files for the VMS port.
Bram Moolenaar071d4272004-06-13 20:20:40 +000025
Bram Moolenaar33aea182010-08-07 13:19:27 +020026src/os_w32*
27src/os_win32.* Files for the Win32 port.
Bram Moolenaar071d4272004-06-13 20:20:40 +000028
Bram Moolenaar33aea182010-08-07 13:19:27 +020029src/gui_w32.* Files for the Win32 GUI.
30src/gui_w48.* Files for the Win32 and Win16 GUI.
31src/Make_mvc.mak MS Visual C++ makefile for the Win32 GUI.
32runtime/rgb.txt File with color definitions for the Win32 GUI.
Bram Moolenaar071d4272004-06-13 20:20:40 +000033
Bram Moolenaar33aea182010-08-07 13:19:27 +020034src/if_ole.* OLE automation interface, for MS Windows 95 and NT.
Bram Moolenaar071d4272004-06-13 20:20:40 +000035
Bram Moolenaar33aea182010-08-07 13:19:27 +020036src/VisVim/* Integration of Win32 GUI with MS Visual Developer
37 Studio.
Bram Moolenaar071d4272004-06-13 20:20:40 +000038
Bram Moolenaar33aea182010-08-07 13:19:27 +020039src/GvimExt/* DLL for the "Edit with Vim" context menu entry
Bram Moolenaar071d4272004-06-13 20:20:40 +000040
Bram Moolenaar33aea182010-08-07 13:19:27 +020041nsis/* NSIS script to build the self-installing MS-Windows exe
Bram Moolenaar071d4272004-06-13 20:20:40 +000042
Bram Moolenaar33aea182010-08-07 13:19:27 +020043runtime/doc/*.man Preprocessed manual pages.
Bram Moolenaar071d4272004-06-13 20:20:40 +000044
Bram Moolenaar33aea182010-08-07 13:19:27 +020045runtime/macros/file_select.vim Vim script to browse directories (Unix only).