From 53ad458e22919a707fdc4e44f2b8ed2260179ea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna=20=E2=80=9CCyberTailor=E2=80=9D?= Date: Tue, 30 Jan 2024 09:35:37 +0000 Subject: [PATCH] contrib/vim: fix indent --- contrib/vim/indent/gmid.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/vim/indent/gmid.vim b/contrib/vim/indent/gmid.vim index ea05ce5..5dc2955 100644 --- a/contrib/vim/indent/gmid.vim +++ b/contrib/vim/indent/gmid.vim @@ -9,3 +9,5 @@ setlocal indentexpr= setlocal cindent " Just make sure that the comments are not reset as defs would be. setlocal cinkeys-=0# +" And indentation works correctly without semicolons. +setlocal cinoptions=+0