diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-28 08:45:47 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-28 08:45:47 +0300 |
commit | 4187468a0c93333b6d368f38eec6b9a837a254e1 (patch) | |
tree | a8a7632d5a979d32bfc822e2fdf8bc40ce279bd0 | |
parent | export netwrix.sh to another project (diff) | |
download | linux-home-4187468a0c93333b6d368f38eec6b9a837a254e1.tar.gz linux-home-4187468a0c93333b6d368f38eec6b9a837a254e1.zip |
.vimrc: smart search
-rw-r--r-- | .vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -47,3 +47,7 @@ endif " Enable current-directory .vimrc files. set exrc set secure + +" Case-insensitive (more precisely, so-called smart) search. +set ignorecase +set smartcase |