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:
parent
daea729cc8
commit
5f76cace04
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user