blob: f4090a0ee016a2c0eb7a331dae02e6c40f05058b [file] [log] [blame]
Christian Brabandtb4ddc6c2024-01-02 16:51:11 +01001README_extra.txt for version 9.1 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.
Bram Moolenaar071d4272004-06-13 20:20:40 +000029
Bram Moolenaar33aea182010-08-07 13:19:27 +020030src/if_ole.* OLE automation interface, for MS Windows 95 and NT.
Bram Moolenaar071d4272004-06-13 20:20:40 +000031
Bram Moolenaar33aea182010-08-07 13:19:27 +020032src/GvimExt/* DLL for the "Edit with Vim" context menu entry
Bram Moolenaar071d4272004-06-13 20:20:40 +000033
Bram Moolenaar33aea182010-08-07 13:19:27 +020034nsis/* NSIS script to build the self-installing MS-Windows exe
Bram Moolenaar071d4272004-06-13 20:20:40 +000035
Bram Moolenaar33aea182010-08-07 13:19:27 +020036runtime/doc/*.man Preprocessed manual pages.
Bram Moolenaar071d4272004-06-13 20:20:40 +000037
Bram Moolenaar33aea182010-08-07 13:19:27 +020038runtime/macros/file_select.vim Vim script to browse directories (Unix only).