view runtime/syntax/systemd.vim @ 19135:17722555af22 v8.2.0127

patch 8.2.0127: some buffer commands work in a popup window Commit: https://github.com/vim/vim/commit/3029bcc094415243bad14e5720f68e857b755dad Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 18 15:06:19 2020 +0100 patch 8.2.0127: some buffer commands work in a popup window Problem: Some buffer commands work in a popup window. Solution: Disallow :bnext, :bprev, etc. (Naruhiko Nishino, closes https://github.com/vim/vim/issues/5494)
author Bram Moolenaar <Bram@vim.org>
date Sat, 18 Jan 2020 15:15:04 +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