]> granicus.if.org Git - vim/commitdiff
updated for version 7.0083
authorBram Moolenaar <Bram@vim.org>
Wed, 8 Jun 2005 22:03:13 +0000 (22:03 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 8 Jun 2005 22:03:13 +0000 (22:03 +0000)
runtime/doc/tags
runtime/menu.vim
src/screen.c
src/version.h

index a835764f51f203750d64de4df33e16a9904e10f0..7eb179ebd9e60391357d1785e916e7c89e75b1ce 100644 (file)
@@ -729,7 +729,9 @@ $VIMRUNTIME starting.txt    /*$VIMRUNTIME*
 'sourceany'    vi_diff.txt     /*'sourceany'*
 'sp'   options.txt     /*'sp'*
 'spell'        options.txt     /*'spell'*
+'spellfile'    options.txt     /*'spellfile'*
 'spelllang'    options.txt     /*'spelllang'*
+'spf'  options.txt     /*'spf'*
 'spl'  options.txt     /*'spl'*
 'splitbelow'   options.txt     /*'splitbelow'*
 'splitright'   options.txt     /*'splitright'*
@@ -2403,6 +2405,8 @@ $VIMRUNTIME       starting.txt    /*$VIMRUNTIME*
 :source        repeat.txt      /*:source*
 :source_crnl   repeat.txt      /*:source_crnl*
 :sp    windows.txt     /*:sp*
+:spellg        spell.txt       /*:spellg*
+:spellgood     spell.txt       /*:spellgood*
 :split windows.txt     /*:split*
 :split_f       windows.txt     /*:split_f*
 :spr   windows.txt     /*:spr*
@@ -6244,6 +6248,8 @@ spec_chglog_release_info  pi_spec.txt     /*spec_chglog_release_info*
 special-buffers        windows.txt     /*special-buffers*
 speed-up       tips.txt        /*speed-up*
 spell  spell.txt       /*spell*
+spell-affix-KEP        spell.txt       /*spell-affix-KEP*
+spell-affix-RAR        spell.txt       /*spell-affix-RAR*
 spell-affix-chars      spell.txt       /*spell-affix-chars*
 spell-affix-mbyte      spell.txt       /*spell-affix-mbyte*
 spell-affix-vim        spell.txt       /*spell-affix-vim*
@@ -7094,6 +7100,7 @@ zc        fold.txt        /*zc*
 zd     fold.txt        /*zd*
 ze     scroll.txt      /*ze*
 zf     fold.txt        /*zf*
+zg     spell.txt       /*zg*
 zh     scroll.txt      /*zh*
 zi     fold.txt        /*zi*
 zj     fold.txt        /*zj*
@@ -7106,6 +7113,7 @@ zr        fold.txt        /*zr*
 zs     scroll.txt      /*zs*
 zt     scroll.txt      /*zt*
 zv     fold.txt        /*zv*
+zw     spell.txt       /*zw*
 zx     fold.txt        /*zx*
 zz     scroll.txt      /*zz*
 {      motion.txt      /*{*
index 9290fbd391348c9972c488128d9422dc0b924ed3..cf59f167a9275bc6776848585339e7bac29543a7 100644 (file)
@@ -2,7 +2,7 @@
 " You can also use this as a start for your own set of menus.
 "
 " Maintainer:  Bram Moolenaar <Bram@vim.org>
-" Last Change: 2005 Jun 07
+" Last Change: 2005 Jun 08
 
 " Note that ":an" (short for ":anoremenu") is often used to make a menu work
 " in all modes and avoid side effects from mappings defined by the user.
@@ -407,7 +407,7 @@ if has("folding") || has("spell")
   an 40.330 &Tools.-SEP1-                                              <Nop>
 endif
 
-" Tools.Spellsing Menu
+" Tools.Spelling Menu
 if has("spell")
   an 40.335.110 &Tools.&Spelling.&Spell\ Check\ On             :set spell<CR>
   an 40.335.120 &Tools.&Spelling.Spell\ Check\ &Off            :set nospell<CR>
index ece886bec5191bc28defd7b72a6f3af79a659652..7db9b718567145b6105000f231205b9a13493455 100644 (file)
@@ -3584,9 +3584,9 @@ win_line(wp, lnum, startrow, endrow)
                }
 
                /* Check spelling (unless at the end of the line).
-                * Only do this when there is no syntax highlighting, there is
-                * on @Spell cluster or the current syntax item contains the
-                * @Spell cluster. */
+                * Only do this when there is no syntax highlighting, the
+                * @Spell cluster is not used or the current syntax item
+                * contains the @Spell cluster. */
                if (has_spell && v >= word_end)
                {
                    spell_attr = 0;
index b1c0abbf54e38fb50c87a9506a49f62696b848d7..c97e07806713d55cb704d6bc1f6c5142e7679a4a 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 7)"
-#define VIM_VERSION_LONG_DATE  "VIM - Vi IMproved 7.0aa ALPHA (2005 Jun 7, compiled "
+#define VIM_VERSION_LONG       "VIM - Vi IMproved 7.0aa ALPHA (2005 Jun 8)"
+#define VIM_VERSION_LONG_DATE  "VIM - Vi IMproved 7.0aa ALPHA (2005 Jun 8, compiled "