文件操作 - editorconfig.vim
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/vim/vim91/syntax/editorconfig.vim
编辑文件内容
" Vim syntax file " Language: EditorConfig " Maintainer: Gregory Anders <greg@gpanders.com> " Last Change: 2023-07-20 if exists('b:current_syntax') finish endif runtime! syntax/dosini.vim unlet! b:current_syntax syntax match editorconfigUnknownProperty "^\s*\zs[a-zA-Z0-9_-]\+\ze\s*=" syntax keyword editorconfigProperty root charset end_of_line indent_style syntax keyword editorconfigProperty indent_size tab_width max_line_length syntax keyword editorconfigProperty trim_trailing_whitespace insert_final_newline hi def link editorconfigProperty dosiniLabel let b:current_syntax = 'editorconfig'
修改文件时间
将文件时间修改为当前时间的前一年
删除文件