comparison runtime/menu.vim @ 2729:12f838be9c59

Updated runtime file. Fix Italian translations.
author Bram Moolenaar <bram@vim.org>
date Tue, 22 Mar 2011 17:40:10 +0100
parents f177a6431514
children 447c688b82eb
comparison
equal deleted inserted replaced
2728:bffecb4e87a7 2729:12f838be9c59
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: 2009 Feb 26 5 " Last Change: 2011 Mar 22
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
99 an 10.310 &File.&Open\.\.\.<Tab>:e :browse confirm e<CR> 99 an 10.310 &File.&Open\.\.\.<Tab>:e :browse confirm e<CR>
100 an 10.320 &File.Sp&lit-Open\.\.\.<Tab>:sp :browse sp<CR> 100 an 10.320 &File.Sp&lit-Open\.\.\.<Tab>:sp :browse sp<CR>
101 an 10.320 &File.Open\ Tab\.\.\.<Tab>:tabnew :browse tabnew<CR> 101 an 10.320 &File.Open\ Tab\.\.\.<Tab>:tabnew :browse tabnew<CR>
102 an 10.325 &File.&New<Tab>:enew :confirm enew<CR> 102 an 10.325 &File.&New<Tab>:enew :confirm enew<CR>
103 an <silent> 10.330 &File.&Close<Tab>:close 103 an <silent> 10.330 &File.&Close<Tab>:close
104 \ :if winheight(2) < 0 <Bar> 104 \ :if winheight(2) < 0 && tabpagewinnr(2) == 0 <Bar>
105 \ confirm enew <Bar> 105 \ confirm enew <Bar>
106 \ else <Bar> 106 \ else <Bar>
107 \ confirm close <Bar> 107 \ confirm close <Bar>
108 \ endif<CR> 108 \ endif<CR>
109 an 10.335 &File.-SEP1- <Nop> 109 an 10.335 &File.-SEP1- <Nop>