diff options
author | Anna “CyberTailor” <cyber@sysrq.in> | 2024-01-30 09:35:37 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-01-30 09:35:37 +0000 |
commit | 53ad458e22919a707fdc4e44f2b8ed2260179ea7 (patch) | |
tree | a9436b9dc27b8437dfba056a4401450acfe18297 /contrib | |
parent | bb5a25d287c92391f4a010b18fcbf4cc0f35ad69 (diff) |
contrib/vim: fix indent
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/vim/indent/gmid.vim | 2 |
1 files changed, 2 insertions, 0 deletions
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 |