1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

vim: add magic regex to search patterns

This commit is contained in:
Joe Groocock 2018-03-31 21:53:40 +01:00
parent f985d47b68
commit 93e11c73f8
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -50,6 +50,7 @@ autocmd CursorHold,CursorHoldI,InsertLeave,FocusGained,FocusLost * call SaveIfEx
set hlsearch set hlsearch
set ignorecase set ignorecase
set smartcase set smartcase
set magic
" More natural splits " More natural splits
set splitbelow " Horizontal split below current. set splitbelow " Horizontal split below current.