comparison runtime/menu.vim @ 44:af1bcb9a13c0

updated for version 7.0027
author vimboss
date Fri, 31 Dec 2004 20:56:11 +0000
parents 125e80798a85
children 72aefd4c1e0d
comparison
equal deleted inserted replaced
43:f55897d6921d 44:af1bcb9a13c0
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") || has("gui_mac") 385 if has("win32") || has("win16") || has("gui_motif") || 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")