From 234121398c7d5e80349cc286b7b3ebbba03ee3ee Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 28 Jul 2021 10:45:58 +0200 Subject: [PATCH] vim: smartcase als Kommentar entfernt Co-Authored-By: Michael Grote Co-Authored-By: mg --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 3573212..312e3db 100644 --- a/.vimrc +++ b/.vimrc @@ -53,7 +53,7 @@ set visualbell set smartcase " Override the 'ignorecase' option if the search pattern " contains upper case characters. 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 nowrap "verhindert zeilenumbrüche set ignorecase " Ignore case in search patterns.