forked from aniani/vim
Update runtime files.
This commit is contained in:
10
runtime/indent/systemd.vim
Normal file
10
runtime/indent/systemd.vim
Normal file
@@ -0,0 +1,10 @@
|
||||
" Vim indent file
|
||||
" Language: systemd.unit(5)
|
||||
|
||||
" Only load this indent file when no other was loaded.
|
||||
if exists("b:did_indent")
|
||||
finish
|
||||
endif
|
||||
|
||||
" Looks a lot like dosini files.
|
||||
runtime! indent/dosini.vim
|
||||
Reference in New Issue
Block a user