Skip to content

Commit

Permalink
在处理未保存或只读文件的时候,弹出确认
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 8, 2017
1 parent d798478 commit cce5a65
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 @@ -258,6 +258,9 @@ set hlsearch " 高亮显示搜索结果
" set nocompatible " 不要使用vi的键盘模式,而是vim自己的
" set encoding=utf-8

" 在处理未保存或只读文件的时候,弹出确认
set confirm

" <<<<<<<<<<


Expand Down

0 comments on commit cce5a65

Please sign in to comment.