X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=26e7463c1499e9773d4b15bf130c082cd7591ccf;hb=df951f1fbd8e87935fed1972b3f9afc8e1fbf4ab;hp=3b77e8efcab1cf5c6223455b394e036c2f272693;hpb=e02e55ec3000ba54a785b286ed2dd56e32bb7b9f;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index 3b77e8e..26e7463 100644 --- a/vimrc +++ b/vimrc @@ -190,6 +190,8 @@ if has('folding') endif set foldlevel=99 " no closed folds at default, 'foldenable' would disable " folding which is not what I want + " Don't open folds for block movements like '(', '{', '[[', '[{', etc. + set foldopen-=block endif " Only check case if the searched word contains a capital character.