vim 技巧¶
查看当前文件是什么类型了
:set filetype
- vi/vim使用进阶: 开启文件类型检测
http://easwy.com/blog/archives/advanced-vim-skills-filetype-on/
- plugin、autoload、ftplugin有什么区别
http://www.cnblogs.com/chris-cp/p/4581593.html
- filetype—- 文件类型检测
查看当前文件是什么类型了
:set filetype
http://easwy.com/blog/archives/advanced-vim-skills-filetype-on/
http://www.cnblogs.com/chris-cp/p/4581593.html