Hackfut Security File Manager
Current Path:
/usr/share/vim/vim74
usr
/
share
/
vim
/
vim74
/
📁
..
📁
autoload
📄
bugreport.vim
(1.91 KB)
📁
colors
📁
compiler
📄
delmenu.vim
(645 B)
📁
doc
📄
evim.vim
(1.92 KB)
📄
filetype.vim
(66.82 KB)
📄
ftoff.vim
(280 B)
📁
ftplugin
📄
ftplugin.vim
(971 B)
📄
ftplugof.vim
(337 B)
📄
gvimrc_example.vim
(1.66 KB)
📁
indent
📄
indent.vim
(767 B)
📄
indoff.vim
(282 B)
📁
keymap
📁
lang
📁
macros
📄
menu.vim
(37.59 KB)
📄
mswin.vim
(2.59 KB)
📄
optwin.vim
(54.4 KB)
📁
plugin
📁
print
📄
scripts.vim
(10.15 KB)
📁
spell
📄
synmenu.vim
(35.95 KB)
📁
syntax
📁
tutor
📄
vimrc_example.vim
(3.2 KB)
Editing: 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 :
Upload File
Create Folder