mirror of
https://github.com/vim/vim.git
synced 2025-11-12 22:44:34 -05: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
|