1
0
forked from aniani/vim
Files
vim/runtime/indent/confini.vim

11 lines
196 B
VimL
Raw Normal View History

2022-06-03 21:59:47 +01:00
" Vim indent file
" Language: confini
" Quit if an indent file was already loaded.
if exists("b:did_indent")
finish
endif
" Use the cfg indenting, it's similar enough.
runtime! indent/cfg.vim