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:
parent
9bf0d4f3fe
commit
234121398c
1 changed files with 1 additions and 1 deletions
2
.vimrc
2
.vimrc
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue