view runtime/indent/systemd.vim @ 17139:03fbad5d6279 v8.1.1569

patch 8.1.1569: cannot build with signs but without diff feature commit https://github.com/vim/vim/commit/bf8c3adef21c24a9bf2c1a93042a096ea8d8b2e1 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 19 14:28:43 2019 +0200 patch 8.1.1569: cannot build with signs but without diff feature Problem: Cannot build with signs but without diff feature. Solution: Move #ifdef. (Tom Ryder)
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Jun 2019 14:30:06 +0200
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