✏️ 正在编辑: ftplugof.vim
路径:
/usr/share/vim/vim80/ftplugof.vim
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
" Vim support file to switch off loading plugins for file types " " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2011 Oct 20 if exists("did_load_ftplugin") unlet did_load_ftplugin endif " Remove all autocommands in the filetypeplugin group, if any exist. if exists("#filetypeplugin") silent! au! filetypeplugin * endif
💾 保存文件
← 返回文件管理器