summaryrefslogtreecommitdiff
path: root/plugin/search.vim
blob: 6ae934b3d25b8c4e489896b935cc6fe58f88bc77 (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
set nohlsearch