Skip to content

Commit

Permalink
设置 concealcursor
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Nov 21, 2010
1 parent e1a9a47 commit 779e73a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,9 @@ else
endif
endif
" 不同的 Vim 版本 [[[2
if has("conceal")
set concealcursor=nc
endif
if has("persistent_undo")
let &undodir=g:undodir
if !isdirectory(&undodir)
Expand Down

0 comments on commit 779e73a

Please sign in to comment.