view runtime/ftplugin/systemd.vim @ 9174:650a14c77ccf

Added tag v7.4.1870 for changeset b64c314a49905769805dbe4ca944477f994f515a
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Jun 2016 12:00:07 +0200
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