Mercurial > vim
view runtime/syntax/gitsendemail.vim @ 7714:c29a7e38b8ac v7.4.1155
commit https://github.com/vim/vim/commit/64922b9014765a41bb09e8612433a2a61918af6e
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jan 23 19:54:30 2016 +0100
patch 7.4.1155
Problem: Build with normal features fails.
Solution: Always deinfe dict_lookup().
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 23 Jan 2016 20:00:05 +0100 |
parents | f7579a31705c |
children | 43efa4f5a8ea |
line wrap: on
line source
" Vim syntax file " Language: git send-email message " Maintainer: Tim Pope " Filenames: *.msg.[0-9]* (first line is "From ... # This line is ignored.") " Last Change: 2010 May 21 if exists("b:current_syntax") finish endif runtime! syntax/mail.vim syn case match syn match gitsendemailComment "\%^From.*#.*" syn match gitsendemailComment "^GIT:.*" hi def link gitsendemailComment Comment let b:current_syntax = "gitsendemail"