view runtime/ftplugin/systemd.vim @ 19436:d44f610825c1

Added tag v8.2.0275 for changeset 8f8a5a15d00a8a50f0ed0fcf13cc45f62021c9fd
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Feb 2020 22:00: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