view runtime/ftplugin/systemd.vim @ 8205:22d94e059fc7

Added tag v7.4.1395 for changeset 08d251a1c1786e4cc7b8618832650dda8e9b4dbf
author Christian Brabandt <cb@256bit.org>
date Mon, 22 Feb 2016 23:15:04 +0100
parents 30042ddff503
children bd021eb62e73
line wrap: on
line source

" Vim filetype plugin file
" Language:  systemd.unit(5)

if !exists('b:did_ftplugin')
  " Looks a lot like dosini files.
  runtime! ftplugin/dosini.vim
endif