comparison runtime/menu.vim @ 10895:c391bfbdb452

Updated runtime files. commit https://github.com/vim/vim/commit/3df0173fa6d0418e89ef4e9c1d04a97c92eec27c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 17 22:47:16 2017 +0100 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Fri, 17 Feb 2017 23:00:06 +0100
parents 219dbe63ad2a
children 1218c5353e2b
comparison
equal deleted inserted replaced
10894:f1cb20e3550e 10895:c391bfbdb452
1 " Vim support file to define the default menus 1 " Vim support file to define the default menus
2 " You can also use this as a start for your own set of menus. 2 " You can also use this as a start for your own set of menus.
3 " 3 "
4 " Maintainer: Bram Moolenaar <Bram@vim.org> 4 " Maintainer: Bram Moolenaar <Bram@vim.org>
5 " Last Change: 2016 Jul 27 5 " Last Change: 2017 Feb 09
6 6
7 " Note that ":an" (short for ":anoremenu") is often used to make a menu work 7 " Note that ":an" (short for ":anoremenu") is often used to make a menu work
8 " in all modes and avoid side effects from mappings defined by the user. 8 " in all modes and avoid side effects from mappings defined by the user.
9 9
10 " Make sure the '<' and 'C' flags are not included in 'cpoptions', otherwise 10 " Make sure the '<' and 'C' flags are not included in 'cpoptions', otherwise
479 an 40.340.120 &Tools.&Folding.Vie&w\ Cursor\ Line\ only<Tab>zMzx zMzx 479 an 40.340.120 &Tools.&Folding.Vie&w\ Cursor\ Line\ only<Tab>zMzx zMzx
480 inoremenu 40.340.120 &Tools.&Folding.Vie&w\ Cursor\ Line\ only<Tab>zMzx <C-O>zM<C-O>zx 480 inoremenu 40.340.120 &Tools.&Folding.Vie&w\ Cursor\ Line\ only<Tab>zMzx <C-O>zM<C-O>zx
481 an 40.340.130 &Tools.&Folding.C&lose\ more\ folds<Tab>zm zm 481 an 40.340.130 &Tools.&Folding.C&lose\ more\ folds<Tab>zm zm
482 an 40.340.140 &Tools.&Folding.&Close\ all\ folds<Tab>zM zM 482 an 40.340.140 &Tools.&Folding.&Close\ all\ folds<Tab>zM zM
483 an 40.340.150 &Tools.&Folding.O&pen\ more\ folds<Tab>zr zr 483 an 40.340.150 &Tools.&Folding.O&pen\ more\ folds<Tab>zr zr
484 an 40.340.160 &Tools.&Folding.&Open\ all\ folds<Tab>zR zR 484 an 40.340.160 &Tools.&Folding.&Open\ All\ Folds<Tab>zR zR
485 " fold method 485 " fold method
486 an 40.340.200 &Tools.&Folding.-SEP1- <Nop> 486 an 40.340.200 &Tools.&Folding.-SEP1- <Nop>
487 an 40.340.210 &Tools.&Folding.Fold\ Met&hod.M&anual :set fdm=manual<CR> 487 an 40.340.210 &Tools.&Folding.Fold\ Met&hod.M&anual :set fdm=manual<CR>
488 an 40.340.210 &Tools.&Folding.Fold\ Met&hod.I&ndent :set fdm=indent<CR> 488 an 40.340.210 &Tools.&Folding.Fold\ Met&hod.I&ndent :set fdm=indent<CR>
489 an 40.340.210 &Tools.&Folding.Fold\ Met&hod.E&xpression :set fdm=expr<CR> 489 an 40.340.210 &Tools.&Folding.Fold\ Met&hod.E&xpression :set fdm=expr<CR>