Skip to content
Snippets Groups Projects
Commit 33aea187 authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

Update README files. Remove references to extra and lang archives.

parent 0390ded9
No related branches found
No related tags found
No related merge requests found
...@@ -669,7 +669,6 @@ EXTRA = \ ...@@ -669,7 +669,6 @@ EXTRA = \
# generic language files # generic language files
LANG_GEN = \ LANG_GEN = \
README_lang.txt \
runtime/doc/*-fr.1 \ runtime/doc/*-fr.1 \
runtime/doc/*-fr.UTF-8.1 \ runtime/doc/*-fr.UTF-8.1 \
runtime/doc/*-it.1 \ runtime/doc/*-it.1 \
......
...@@ -103,7 +103,7 @@ There are several mailing lists for Vim, see http://www.vim.org/maillist.php. ...@@ -103,7 +103,7 @@ There are several mailing lists for Vim, see http://www.vim.org/maillist.php.
MAIN AUTHOR MAIN AUTHOR
Send any other comments, patches, pizza and suggestions to: Send any other comments, patches, flowers and suggestions to:
Bram Moolenaar E-mail: Bram@vim.org Bram Moolenaar E-mail: Bram@vim.org
Finsterruetihof 1 Finsterruetihof 1
......
README_extra.txt for version 7.3e of Vim: Vi IMproved. 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 These extra files of Vim are for special purposes. This README explains what
(vim-7.2-src.tar.gz). The extra archive is useless without it. 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 farsi/* Files for the Farsi (persian) language. If you don't
sources of Vim for all systems. 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 src/gui_riscos.*
what Farsi is, this is not for you. src/os_riscos.* Files for the RISC OS port.
if_sniff Interface to SNiFF. If you don't know what SNiFF is, this is src/gui_beos.*
not for you. 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 src/gui_mac.*
os_riscos Files for the RISC OS port. src/os_mac.* Files for the Mac port.
gui_beos src/os_mint.8 Files for the Atari Mint port.
os_beos Files for the BeOS port.
os_msdos src/os_os2* Files for the OS/2 port.
os_dos Files for the MS-DOS port. src/tee/* Extra program for OS/2.
gui_mac src/os_vms* Files for the VMS port.
os_mac Files for the Mac 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. src/gui_w32.* Files for the Win32 GUI.
tee Extra program for OS/2. 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 src/VisVim/* Integration of Win32 GUI with MS Visual Developer
os_win32 Files for the Win32 port. Studio.
gui_w32 Files for the Win32 GUI. src/GvimExt/* DLL for the "Edit with Vim" context menu entry
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.
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 runtime/macros/file_select.vim Vim script to browse directories (Unix only).
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).
README_lang.txt for version 7.3e of Vim: Vi IMproved.
This file contains files for non-English languages:
- Translated messages.
- Translated menus.
*farsi.txt* For Vim version 7.3e. Last change: 2005 Mar 29 *farsi.txt* For Vim version 7.3e. Last change: 2010 Aug 07
VIM REFERENCE MANUAL by Mortaza Ghassab Shiran VIM REFERENCE MANUAL by Mortaza Ghassab Shiran
...@@ -62,8 +62,8 @@ o Toggling between Farsi ISIR-3342 standard encoding and Vim Farsi via F9 ...@@ -62,8 +62,8 @@ o Toggling between Farsi ISIR-3342 standard encoding and Vim Farsi via F9
Farsi Fonts *farsi fonts* Farsi Fonts *farsi fonts*
----------- -----------
If the "extra" archive has been unpacked, the following files are found in the The following files are found in the subdirectories of the '$VIM/farsi/fonts'
subdirectories of the '$VIM/farsi' directory: directory:
+ far-a01.pcf X Windows fonts for Unix including Linux systems + far-a01.pcf X Windows fonts for Unix including Linux systems
+ far-a01.bf X Windows fonts for SunOS + far-a01.bf X Windows fonts for SunOS
......
*os_risc.txt* For Vim version 7.3e. Last change: 2008 Jun 28 *os_risc.txt* For Vim version 7.3e. Last change: 2010 Aug 07
VIM REFERENCE MANUAL by Thomas Leonard VIM REFERENCE MANUAL by Thomas Leonard
...@@ -275,7 +275,6 @@ Downloading everything you need: ...@@ -275,7 +275,6 @@ Downloading everything you need:
- Get the latest source distribution (see www.vim.org) - Get the latest source distribution (see www.vim.org)
- Get the runtime environment files (e.g. these help files) - Get the runtime environment files (e.g. these help files)
- Get the "extra" archive (contains the RISC OS specific bits)
- Get the RISC OS binary distribution (if possible) - Get the RISC OS binary distribution (if possible)
......
*todo.txt* For Vim version 7.3e. Last change: 2010 Aug 05 *todo.txt* For Vim version 7.3e. Last change: 2010 Aug 07
VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
...@@ -36,19 +36,20 @@ Before release 7.3: ...@@ -36,19 +36,20 @@ Before release 7.3:
Better Czech keymap. (Stepnem, 2010 May 4) Use if no response from Jiri Better Czech keymap. (Stepnem, 2010 May 4) Use if no response from Jiri
Tobisek. Tobisek.
Use Dutch spell files from:
http://extensions.services.openoffice.org/en/project/dict-nl
Looks like this is newer than the new wordlist for Dutch:
http://www.opentaal.org/bestanden/1_10/nl_NL-Pack
test72 causes a beep for using "u" when it doesn't work. test72 causes a beep for using "u" when it doesn't work.
:!cmd completion doesn't work on Windows. (Yue Wu).
Problem with space in path?
Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6) Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6)
Patch to make more characters work in dialogs. (Yankwei Jia, 2010 Aug 4) Patch to make more characters work in dialogs. (Yankwei Jia, 2010 Aug 4)
Should readfile() ignore BOM when not in binary mode? Should readfile() ignore BOM when not in binary mode?
GTK: accented characters are drawn one character too much to the left. (Boyko
Bantchev, 2010 Aug 5)
Bug: searching for tags file uses 'suffixesadd', should not happen. (Dominique Bug: searching for tags file uses 'suffixesadd', should not happen. (Dominique
Pelle, 2010 June 28) Pelle, 2010 June 28)
...@@ -177,6 +178,9 @@ Are they all OK? Update Jul 22. ...@@ -177,6 +178,9 @@ Are they all OK? Update Jul 22.
Win32: Expanding 'path' runs into a maximum size limit. (bgold12, 2009 Nov 15) Win32: Expanding 'path' runs into a maximum size limit. (bgold12, 2009 Nov 15)
Putting a Visual block while 'visualedit' is "all" does not leave the cursor
on the first character. (John Beckett, 2010 Aug 7)
Setting 'tags' to "tagsdir/*" does not find "tagsdir/tags". (Steven K. Wong, Setting 'tags' to "tagsdir/*" does not find "tagsdir/tags". (Steven K. Wong,
2009 Jul 18) 2009 Jul 18)
...@@ -1976,7 +1980,7 @@ Problems that will (probably) not be solved: ...@@ -1976,7 +1980,7 @@ Problems that will (probably) not be solved:
loop is never quit, which is a wrong assumption. Also, it overwrites the loop is never quit, which is a wrong assumption. Also, it overwrites the
file with different file permissions, which is a privacy issue. This file with different file permissions, which is a privacy issue. This
needs to be fixed in GTK. A solution in Vim would be really complicated. needs to be fixed in GTK. A solution in Vim would be really complicated.
(2008 Jul 31) (2008 Jul 31) This appears to be fixed in Vim 7.3.
- xterm title: The following scenario may occur (esp. when running the Vim - xterm title: The following scenario may occur (esp. when running the Vim
test script): Vim 1 sets the title to "file1", then restores the title to test script): Vim 1 sets the title to "file1", then restores the title to
"xterm" with an ESC sequence when exiting. Vim 2 obtains the old title "xterm" with an ESC sequence when exiting. Vim 2 obtains the old title
......
*uganda.txt* For Vim version 7.3e. Last change: 2009 Dec 27 *uganda.txt* For Vim version 7.3e. Last change: 2010 Aug 07
VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
...@@ -235,7 +235,7 @@ Canada: Contact Kibaale Children's Fund (KCF) in Surrey, Canada. They ...@@ -235,7 +235,7 @@ Canada: Contact Kibaale Children's Fund (KCF) in Surrey, Canada. They
will receive a tax receipt which can be submitted with your will receive a tax receipt which can be submitted with your
tax return. tax return.
Holland: Transfer to the account of "Stichting ICCF Holland" in Venlo. Holland: Transfer to the account of "Stichting ICCF Holland" in Lisse.
This will allow for tax deduction if you live in Holland. This will allow for tax deduction if you live in Holland.
Postbank, nr. 4548774 Postbank, nr. 4548774
...@@ -267,11 +267,11 @@ Others: Transfer to one of these accounts if possible: ...@@ -267,11 +267,11 @@ Others: Transfer to one of these accounts if possible:
Postbank, account 4548774 Postbank, account 4548774
Swift code: INGB NL 2A Swift code: INGB NL 2A
IBAN: NL47 PSTB 0004 5487 74 IBAN: NL47 PSTB 0004 5487 74
under the name "stichting ICCF Holland", Venlo under the name "stichting ICCF Holland", Lisse
If that doesn't work: If that doesn't work:
Rabobank Venlo, account 3765.05.117 Rabobank Lisse, account 3765.05.117
Swift code: RABO NL 2U Swift code: RABO NL 2U
under the name "Bram Moolenaar", Venlo under the name "Bram Moolenaar", Lisse
Otherwise, send a check in euro or US dollars to the address Otherwise, send a check in euro or US dollars to the address
below. Minimal amount: $70 (my bank does not accept smaller below. Minimal amount: $70 (my bank does not accept smaller
amounts for foreign check, sorry) amounts for foreign check, sorry)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment