blob: a05a87bb1c1f4753156d76b7dc997f0c6e0bda87 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
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
 |