view runtime/indent/systemd.vim @ 11219:e53609585b76 v8.0.0496

patch 8.0.0496: insufficient testing for folding commit https://github.com/vim/vim/commit/518c9b133baed4b1a555d7be0ece1b48bb234b1d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 21 11:48:39 2017 +0100 patch 8.0.0496: insufficient testing for folding Problem: Insufficient testing for folding. Solution: Add a couple more fold tests. (Dominique Pelle, closes https://github.com/vim/vim/issues/1579)
author Christian Brabandt <cb@256bit.org>
date Tue, 21 Mar 2017 12:00:04 +0100
parents 30042ddff503
children
line wrap: on
line source

" Vim indent file
" Language:  systemd.unit(5)

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
  finish
endif

" Looks a lot like dosini files.
runtime! indent/dosini.vim