diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-07 13:19:27 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-07 13:19:27 +0200 |
commit | 33aea1875c229ad3b7c7af76cd15a70fbb962d5c (patch) | |
tree | cefbebb946932c0b92a18909143e8648740a36be /README_extra.txt | |
parent | 0390ded91baaaf1a699a3b77d02de595e8d8659a (diff) | |
download | vim-git-33aea1875c229ad3b7c7af76cd15a70fbb962d5c.tar.gz |
Update README files. Remove references to extra and lang archives.
Diffstat (limited to 'README_extra.txt')
-rw-r--r-- | README_extra.txt | 73 |
1 files changed, 33 insertions, 40 deletions
diff --git a/README_extra.txt b/README_extra.txt index 096f28a56..7045c3cce 100644 --- a/README_extra.txt +++ b/README_extra.txt @@ -1,61 +1,54 @@ README_extra.txt for version 7.3e of Vim: Vi IMproved. -The extra archive of Vim is to be used in combination with the source archive -(vim-7.2-src.tar.gz). The extra archive is useless without it. +These extra files of Vim are for special purposes. This README explains what +the files are for. For general information about Vim, see the "README.txt" +file. -For more information, see the "README.txt" file that comes with the runtime -archive (vim-7.2-rt.tar.gz). To be able to run Vim you MUST get the runtime -archive too! -The extra archive plus the source and runtime archives make up the complete -sources of Vim for all systems. +farsi/* Files for the Farsi (persian) language. If you don't + know what Farsi is, this is not for you. +src/if_sniff.* Interface to SNiFF. If you don't know what SNiFF is, + this is not for you. -Some of the things that the extra archive contains: +src/os_amiga.* Files for the Amiga port. -Farsi Files for the Farsi (persian) language. If you don't know - what Farsi is, this is not for you. +src/gui_riscos.* +src/os_riscos.* Files for the RISC OS port. -if_sniff Interface to SNiFF. If you don't know what SNiFF is, this is - not for you. +src/gui_beos.* +src/os_beos.* Files for the BeOS port. -os_amiga Files for the Amiga port. +src/os_msdos.* +src/os_dos.* Files for the MS-DOS port. -gui_riscos -os_riscos Files for the RISC OS port. +src/gui_mac.* +src/os_mac.* Files for the Mac port. -gui_beos -os_beos Files for the BeOS port. +src/os_mint.8 Files for the Atari Mint port. -os_msdos -os_dos Files for the MS-DOS port. +src/os_os2* Files for the OS/2 port. +src/tee/* Extra program for OS/2. -gui_mac -os_mac Files for the Mac port. +src/os_vms* Files for the VMS port. -os_mint Files for the Atari Mint port. +src/os_w32* +src/os_win32.* Files for the Win32 port. -os_os2 Files for the OS/2 port. -tee Extra program for OS/2. +src/gui_w32.* Files for the Win32 GUI. +src/gui_w48.* Files for the Win32 and Win16 GUI. +src/Make_mvc.mak MS Visual C++ makefile for the Win32 GUI. +runtime/rgb.txt File with color definitions for the Win32 GUI. -os_vms Files for the VMS port. +src/if_ole.* OLE automation interface, for MS Windows 95 and NT. -os_w32 -os_win32 Files for the Win32 port. +src/VisVim/* Integration of Win32 GUI with MS Visual Developer + Studio. -gui_w32 Files for the Win32 GUI. -gui_w48 Files for the Win32 and Win16 GUI. -Make_mvc.mak MS Visual C++ makefile for the Win32 GUI. -rgb.txt File with color definitions for the Win32 GUI. +src/GvimExt/* DLL for the "Edit with Vim" context menu entry -if_ole OLE automation interface, for MS Windows 95 and NT. +nsis/* NSIS script to build the self-installing MS-Windows exe -VisVim Integration of Win32 GUI with MS Visual Developer Studio. +runtime/doc/*.man Preprocessed manual pages. -GvimExt DLL for the "Edit with Vim" context menu entry - -nsis NSIS script to build the self-installing MS-Windows exe - -*.man Preprocessed manual pages. - -file_select.vim Vim script to browse directories (Unix only). +runtime/macros/file_select.vim Vim script to browse directories (Unix only). |