Explorar o código

Switched on case-insensitive search for vim

cinaeco %!s(int64=14) %!d(string=hai) anos
pai
achega
19e027b46f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      vim/vimrc

+ 1 - 0
vim/vimrc

@@ -82,6 +82,7 @@ endfunction
 
 set hlsearch "make searches highlighted
 set incsearch "vim will search as you type!
+set ignorecase
 
 
 """"""""