view runtime/ftplugin/systemd.vim @ 15505:181490db95f9

Added tag v8.1.0760 for changeset 247511eadb7a2ecee3a2d708c69c405ea546129a
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Jan 2019 13:15:07 +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