09
Jun
Vim乱码问题解决
vim .vimrc
set encoding=utf8
By admin|Linux系统|Be the first to comment!
vim .vimrc
set encoding=utf8
By admin|脚本编程|Be the first to comment!
需求:载入模板,如html 或者自己定义的其他模板
解决:http://www.vim.org/scripts/script.php?script_id=2957
评价:自己在作web编程的时候很讨厌重复劳动,有了这个插件可以方便不少。