mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-02-09 20:26:37 +01:00
11 lines
196 B
VimL
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
|