summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-04-19 21:40:26 +0000
committerBram Moolenaar <Bram@vim.org>2005-04-19 21:40:26 +0000
commit5c5474b3863ebe18e0f0a7d6265b91f794a24912 (patch)
tree1225b7d3c6f2d538198c91b49e287ed9c2f560ca
parentfe5cafe9b42014195e256138f75f55c4dfafd198 (diff)
updated for version 7.0068
-rw-r--r--runtime/doc/spell.txt10
-rw-r--r--runtime/doc/starting.txt9
-rw-r--r--runtime/spell/en.latin1.splbin1196252 -> 1206051 bytes
3 files changed, 11 insertions, 8 deletions
diff --git a/runtime/doc/spell.txt b/runtime/doc/spell.txt
index b33dec2201..a9cc7e1ed4 100644
--- a/runtime/doc/spell.txt
+++ b/runtime/doc/spell.txt
@@ -1,4 +1,4 @@
-*spell.txt* For Vim version 7.0aa. Last change: 2005 Apr 17
+*spell.txt* For Vim version 7.0aa. Last change: 2005 Apr 19
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -35,6 +35,8 @@ To search for the next misspelled word:
*]s* *E756*
]s Move to next misspelled word after the cursor.
+ NOTE: doesn't obey syntax highlighting yet, thus
+ will stop at more places than what is highlighted.
*[s*
[s Move to next misspelled word before the cursor.
@@ -57,9 +59,11 @@ A word may be spelled differently in various regions. For example, English
comes in (at least) these variants:
en all regions
- en_us US
- en_gb Great Britain
+ en_au Australia
en_ca Canada
+ en_gb Great Britain
+ en_nz New Zealand
+ en_us USA
Words that are not used in one region but are used in another region are
highlighted with SpellLocal.
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index 39ee710514..f2ce9eb74a 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -1,4 +1,4 @@
-*starting.txt* For Vim version 7.0aa. Last change: 2005 Apr 01
+*starting.txt* For Vim version 7.0aa. Last change: 2005 Apr 18
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -764,10 +764,11 @@ accordingly. Vim proceeds in this order:
- The environment variable EXINIT.
The value of $EXINIT is used as an Ex command line.
- The user exrc file(s). Same as for the user vimrc file, but with
- "vimrc" replaced by "exrc". But without the (*)!
+ "vimrc" replaced by "exrc". But only one of ".exrc" and "_exrc" is
+ used, depending on the system. And without the (*)!
d. If the 'exrc' option is on (which is not the default), the current
- directory is searched for four files. The first that exists is used,
+ directory is searched for three files. The first that exists is used,
the others are ignored.
- The file ".vimrc" (for Unix, Amiga and OS/2) (*)
"_vimrc" (for MS-DOS and Win32) (*)
@@ -775,8 +776,6 @@ accordingly. Vim proceeds in this order:
".vimrc" (for MS-DOS and Win32) (*)
- The file ".exrc" (for Unix, Amiga and OS/2)
"_exrc" (for MS-DOS and Win32)
- - The file "_exrc" (for Unix, Amiga and OS/2)
- ".exrc" (for MS-DOS and Win32)
(*) Using this file or environment variable will cause 'compatible' to be
off by default. See |compatible-default|.
diff --git a/runtime/spell/en.latin1.spl b/runtime/spell/en.latin1.spl
index c65db0e3f1..4e6be5cef5 100644
--- a/runtime/spell/en.latin1.spl
+++ b/runtime/spell/en.latin1.spl
Binary files differ