summaryrefslogtreecommitdiff
path: root/plugin/search.vim
blob: b374cfd310b09caf8b38b3a1a9558b8b03cd6ba9 (plain)
1
2
3
4
5
6
7
8
9
" search.vim
" Defines search parameters

set smartcase
set ignorecase
set incsearch
set gdefault
set showmatch