summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-02-27 22:20:26 +0100
committerAnton Khirnov <anton@khirnov.net>2021-02-27 22:20:26 +0100
commit9ccf6c7a63200ee5da24506895c37ae3a7dade79 (patch)
tree5b94df96075ec0c7912b21e7451d16194a9effdc /vim
parent4fe3c0e1184779ea2184b2e1f6ff2c1b6a26d614 (diff)
vimrc: set ignorecase
smartcase only does something when ignorecase is enabled.
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 3db1fe2..d37a77f 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -3,6 +3,7 @@ set nocompatible
set background=dark
set showcmd
set showmatch
+set ignorecase
set smartcase
set incsearch
set autowrite