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 daea729cc8
commit 5f76cace04
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

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