Mercurial > vim
view runtime/syntax/systemd.vim @ 7870:fb5ba6fbc843 v7.4.1232
commit https://github.com/vim/vim/commit/1357caf31f3e447d99baf8dd6a3243e2ab38567f
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Feb 1 21:40:14 2016 +0100
patch 7.4.1232
Problem: Compiler warnings when the Sniff feature is enabled.
Solution: Add UNUSED.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 01 Feb 2016 21:45:06 +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