vim: smartcase als Kommentar entfernt

Co-Authored-By: Michael Grote <michael.grote@posteo.de>
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
Michael Grote 2021-07-28 10:45:58 +02:00
parent 9bf0d4f3fe
commit 234121398c

2
.vimrc
View file

@ -53,7 +53,7 @@ set visualbell
set smartcase " Override the 'ignorecase' option if the search pattern set smartcase " Override the 'ignorecase' option if the search pattern
" contains upper case characters. " contains upper case characters.
set hlsearch " When there is a previous search pattern, highlight all set hlsearch " When there is a previous search pattern, highlight all
" its matches.set smartcase " its matches.
set gdefault "global bei suche immer mit an" set gdefault "global bei suche immer mit an"
set nowrap "verhindert zeilenumbrüche set nowrap "verhindert zeilenumbrüche
set ignorecase " Ignore case in search patterns. set ignorecase " Ignore case in search patterns.