Server IP : 68.65.122.142  /  Your IP : 18.118.254.83
Web Server : LiteSpeed
System : Linux server167.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User : glenirhm ( 1318)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /var/../sbin/../share/locale/sv/../ka_GE/../el_GR/../grb/../dar/../fi/../nr/../cs.cp1250/../bin/../mn/../kk/../ua/../efi/../sp/../ine/../frr/../lui/../sel/../car/../se/../tl_PH/../sat@deva/../../vim/vim80/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //var/../sbin/../share/locale/sv/../ka_GE/../el_GR/../grb/../dar/../fi/../nr/../cs.cp1250/../bin/../mn/../kk/../ua/../efi/../sp/../ine/../frr/../lui/../sel/../car/../se/../tl_PH/../sat@deva/../../vim/vim80/delmenu.vim
" This Vim script deletes all the menus, so that they can be redefined.
" Warning: This also deletes all menus defined by the user!
"
" Maintainer:	Bram Moolenaar <Bram@vim.org>
" Last Change:	2001 May 27

aunmenu *

silent! unlet did_install_default_menus
silent! unlet did_install_syntax_menu
if exists("did_menu_trans")
  menutrans clear
  unlet did_menu_trans
endif

silent! unlet find_help_dialog

silent! unlet menutrans_help_dialog
silent! unlet menutrans_path_dialog
silent! unlet menutrans_tags_dialog
silent! unlet menutrans_textwidth_dialog
silent! unlet menutrans_fileformat_dialog
silent! unlet menutrans_no_file

" vim: set sw=2 :