dotar/vim/plugin/settings/yadr-search.vim
Yan Pritzker 73240f018a Revert "Wrapping search. Perl regex while searching. Center search matches and jumps"
This caused strange issues like inability to properly search for ruby
instance variables.

This reverts commit 88dd66685a.
2013-05-14 18:10:25 -05:00

9 lines
337 B
VimL

" ================ Search Settings =================
set incsearch " Find the next match as we type the search
set hlsearch " Hilight searches by default
set viminfo='100,f1 " Save up to 100 marks, enable capital marks
set ignorecase " Ignore case when searching...
set smartcase " ...unless we type a capital