Chinaunix首页 | 论坛 | 博客
  • 博客访问: 201426
  • 博文数量: 17
  • 博客积分: 2500
  • 博客等级: 少校
  • 技术积分: 910
  • 用 户 组: 普通用户
  • 注册时间: 2007-05-24 15:17
文章分类

全部博文(17)

文章存档

2011年(1)

2008年(16)

我的朋友
最近访客

分类:

2008-07-11 11:11:33

syntax on
set cindent
set et
set ts=4
set shiftwidth=4
colorscheme evening
" Uncomment the following to have Vim jump to the last position when
" " reopening a file
 if has("autocmd")
  au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$")
    \| exe "normal g'\"" | endif
    endif

阅读(591) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~