]> granicus.if.org Git - vim/commitdiff
updated for version 7.0085
authorBram Moolenaar <Bram@vim.org>
Tue, 14 Jun 2005 22:11:18 +0000 (22:11 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 14 Jun 2005 22:11:18 +0000 (22:11 +0000)
runtime/doc/eval.txt
runtime/doc/spell.txt
runtime/spell/en.latin1.spl
src/version.h

index a8d54a50325db93a66b1afda7155e93165d5e607..6c99c90fadc2db1f1c4c5159eeb48cc6480148e3 100644 (file)
@@ -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 ~
index aa7c745d8392e37ef5bd60b6671389ab3afd582a..8e86ec79fb5fd0075d233c2f9c4021629c10a1eb 100644 (file)
@@ -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
index a9dabbf08d290d268bb6383457c3fa8038342591..3ad72291e16da1e4604eacd4600f3feca247428f 100644 (file)
Binary files a/runtime/spell/en.latin1.spl and b/runtime/spell/en.latin1.spl differ
index 94ec0ea7ca016449d9a973f42a0e22e1c62562a1..c9e81ea1d4f5bf83d2f636c7e05a41497e4b1a66 100644 (file)
@@ -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 "