소스 검색

added smartcase to vim

cinaeco 14 년 전
부모
커밋
283bf828d5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      vim/vimrc

+ 2 - 1
vim/vimrc

@@ -106,7 +106,8 @@ endif
 
 set hlsearch "make searches highlighted
 set incsearch "vim will search as you type!
-set ignorecase
+set ignorecase "ignore case for searches
+set smartcase " well, unless a user puts in uppercase search characters
 set magic "enables wildcard searching