summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-14 22:11:18 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-14 22:11:18 +0000
commitf3bd51a172016d9c3bc9e39811b03d49f4838de2 (patch)
treea283d95fbb95215aa10f77b6ecc8f7e5155df5bf
parenta41461e061212bcddb79874563c6d4d4a48a2d44 (diff)
updated for version 7.0085
-rw-r--r--runtime/doc/eval.txt5
-rw-r--r--runtime/doc/spell.txt7
-rw-r--r--runtime/spell/en.latin1.splbin562555 -> 562561 bytes
-rw-r--r--src/version.h4
4 files changed, 11 insertions, 5 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index a8d54a5032..6c99c90fad 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt* For Vim version 7.0aa. Last change: 2005 Jun 11
+*eval.txt* For Vim version 7.0aa. Last change: 2005 Jun 14
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -440,7 +440,8 @@ Dictionary: >
:echo onedict['a']
11
-For more info see |list-identity|.
+Two Dictionaries compare equal if all the key-value pairs compare equal. For
+more info see |list-identity|.
Dictionary modification ~
diff --git a/runtime/doc/spell.txt b/runtime/doc/spell.txt
index aa7c745d83..8e86ec79fb 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 Jun 13
+*spell.txt* For Vim version 7.0aa. Last change: 2005 Jun 14
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -86,6 +86,11 @@ z? For the badly spelled word under the cursor suggest
bored.
You can enter the number of your choice or press
<Enter> if you don't want to replace.
+ If 'verbose' is non-zero a score will be displayed to
+ indicate the likeliness to the badly spelled word (the
+ higher the score the more different).
+ The score may be slightly wrong for words with
+ multi-byte characters.
PERFORMANCE
diff --git a/runtime/spell/en.latin1.spl b/runtime/spell/en.latin1.spl
index a9dabbf08d..3ad72291e1 100644
--- a/runtime/spell/en.latin1.spl
+++ b/runtime/spell/en.latin1.spl
Binary files differ
diff --git a/src/version.h b/src/version.h
index 94ec0ea7ca..c9e81ea1d4 100644
--- a/src/version.h
+++ b/src/version.h
@@ -36,5 +36,5 @@
#define VIM_VERSION_NODOT "vim70aa"
#define VIM_VERSION_SHORT "7.0aa"
#define VIM_VERSION_MEDIUM "7.0aa ALPHA"
-#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2005 Jun 13)"
-#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2005 Jun 13, compiled "
+#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2005 Jun 14)"
+#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2005 Jun 14, compiled "