文件操作 - apache.vim
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/vim/vim91/ftplugin/apache.vim
编辑文件内容
" Vim filetype plugin " Language: apache configuration file " Maintainer: Per Juchtmans <dubgeiser+vimNOSPAM@gmail.com> " Last Change: 2022 Oct 22 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 setlocal comments=:# setlocal commentstring=#\ %s let b:undo_ftplugin = "setlocal comments< commentstring<" " vim: nowrap sw=2 sts=2 ts=8 noet:
修改文件时间
将文件时间修改为当前时间的前一年
删除文件