mirror of
https://github.com/zoriya/vim.git
synced 2026-06-01 11:17:31 +00:00
Update runtime files
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
" 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
|
||||
Reference in New Issue
Block a user