vim: add magic regex to search patterns

This commit is contained in:
2018-04-03 17:16:30 +01:00
parent f985d47b68
commit 93e11c73f8
+1
View File
@@ -50,6 +50,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.