文件操作 - svg.vim
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/vim/vim82/syntax/svg.vim
编辑文件内容
" Vim syntax file " Language: SVG (Scalable Vector Graphics) " Maintainer: Vincent Berthoux <twinside@gmail.com> " File Types: .svg (used in Web and vector programs) " " Directly call the xml syntax, because SVG is an XML " dialect. But as some plugins base their effect on filetype, " providing a distinct filetype from xml is better. if exists("b:current_syntax") finish endif runtime! syntax/xml.vim let b:current_syntax = "svg"
修改文件时间
将文件时间修改为当前时间的前一年
删除文件