view runtime/syntax/systemd.vim @ 27185:353b71688c9d v8.2.4121

patch 8.2.4121: Visual test fails on MS-Windows Commit: https://github.com/vim/vim/commit/262898ae43fa223916cfa27b0de81e5d9f3fc4b0 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 17 17:52:22 2022 +0000 patch 8.2.4121: Visual test fails on MS-Windows Problem: Visual test fails on MS-Windows. Solution: Set 'isprint' so that the character used is not printable.
author Bram Moolenaar <Bram@vim.org>
date Mon, 17 Jan 2022 19:00:05 +0100
parents 30042ddff503
children
line wrap: on
line source

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

if !exists('b:current_syntax')
  " Looks a lot like dosini files.
  runtime! syntax/dosini.vim
  let b:current_syntax = 'systemd'
endif