comparison runtime/menu.vim @ 26:404aac550f35 v7.0017

updated for version 7.0017
author vimboss
date Thu, 07 Oct 2004 21:02:47 +0000
parents 4424b47a0797
children 125e80798a85
comparison
equal deleted inserted replaced
25:8cde1a064c7c 26:404aac550f35
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: 2004 May 26 5 " Last Change: 2004 Sep 16
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
380 endwhile 380 endwhile
381 unlet s:idx 381 unlet s:idx
382 endif 382 endif
383 unlet s:n 383 unlet s:n
384 endif 384 endif
385 if has("win32") || has("win16") || has("gui_gtk") || has("gui_kde") || has("gui_photon") 385 if has("win32") || has("win16") || has("gui_gtk") || has("gui_kde") || has("gui_photon") || has("gui_mac")
386 an 20.470 &Edit.Select\ Fo&nt\.\.\. :set guifont=*<CR> 386 an 20.470 &Edit.Select\ Fo&nt\.\.\. :set guifont=*<CR>
387 endif 387 endif
388 388
389 " Programming menu 389 " Programming menu
390 if !exists("g:ctags_command") 390 if !exists("g:ctags_command")