diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-06 22:35:45 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-06 22:35:45 +0000 |
commit | dc27ac1c5ed0835c4e5ea22680d2f074c4689fa3 (patch) | |
tree | 3960d34a46da738e7ccc677c63ad6d2178b4eeb8 /runtime/menu.vim | |
parent | bfb2006fd50775f6d4aedd49833140cdbcfbf918 (diff) | |
download | vim-git-dc27ac1c5ed0835c4e5ea22680d2f074c4689fa3.tar.gz |
updated for version 7.0104
Diffstat (limited to 'runtime/menu.vim')
-rw-r--r-- | runtime/menu.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/menu.vim b/runtime/menu.vim index a568fa16b..584af54b4 100644 --- a/runtime/menu.vim +++ b/runtime/menu.vim @@ -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 28 +" Last Change: 2005 Jul 06 " 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. @@ -412,7 +412,7 @@ 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> an 40.335.130 &Tools.&Spelling.To\ &Next\ error<Tab>]s ]s - an 40.335.130 &Tools.&Spelling.To\ &Pevious\ error<Tab>[s [s + an 40.335.130 &Tools.&Spelling.To\ &Previous\ error<Tab>[s [s an 40.335.140 &Tools.&Spelling.Suggest\ &Corrections<Tab>z? z? an 40.335.150 &Tools.&Spelling.&Repeat\ correction<Tab>:spellrepall :spellrepall<CR> an 40.335.200 &Tools.&Spelling.-SEP1- <Nop> |