view runtime/ftplugin/systemd.vim @ 14902:72fe7891fad8

Added tag v8.1.0462 for changeset 014d916ab25838ced666c7bd4eccd732be999f15
author Christian Brabandt <cb@256bit.org>
date Sun, 07 Oct 2018 20:45:05 +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