gmid/contrib/vim/indent/gmid.vim

12 lines
241 B
VimL
Raw Normal View History

2021-07-11 14:14:04 +02:00
if exists("b:did_indent")
finish
endif
let b:did_indent = 1
setlocal indentexpr=
" cindent actually works for simple file structure
setlocal cindent
" Just make sure that the comments are not reset as defs would be.
setlocal cinkeys-=0#