Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
2c5ed4e3300378ce76c8d9c3818d6f73e5119f68
/
.
/
runtime
/
ftplugin
/
systemd.vim
blob: 60b3fd996dcc3af07964cec5eaccc3a04a9be75f [
file
] [
log
] [
blame
]
Bram Moolenaar
60cce2f
2015-10-13 23:21:27 +0200
[
diff
] [
blame
]
1
" Vim filetype plugin file
2
"
Language
:
systemd
.
unit
(
5
)
3
4
if
!
exists
(
'b:did_ftplugin'
)
5
" Looks a lot like dosini files.
6
runtime! ftplugin/dosini.vim
7
endif