原文网址:http://blog.chinaunix.net/uid-23525659-id-4340245.html

注:如果是用vim编写代码,建议开启vim的文件类型自动检测功能,这样编写代码换行时就会自动换行对齐,就不用在vimrc文件中加如下的两句代码了。
开启文件类型自动检测的方式是在vimrc文件中添加下面这句:
filetype plugin indent on

 

set nobackup
else
set backup
endif

 

 原文地址 http://acm.hrbeu.edu.cn/forums/index.php?showtopic=1834

相关文章:

  • 2022-01-18
  • 2022-12-23
  • 2021-09-30
  • 2021-08-09
  • 2021-10-23
  • 2022-12-23
  • 2022-01-01
猜你喜欢
  • 2022-12-23
  • 2021-04-24
  • 2021-07-27
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案