0
0
mirror of https://github.com/vim/vim.git synced 2025-11-12 22:44:34 -05:00
Files
vim/runtime/indent/confini.vim
2022-06-03 21:59:47 +01:00

11 lines
196 B
VimL

" 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