comparison runtime/syntax/sm.vim @ 6484:ce4ecfbebded

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Jan 2015 12:52:36 +0100
parents b3bc99b909c3
children dff4e29c6905
comparison
equal deleted inserted replaced
6483:6922222a8ad3 6484:ce4ecfbebded
1 " Vim syntax file 1 " Vim syntax file
2 " Language: sendmail 2 " Language: sendmail
3 " Maintainer: Charles E. Campbell <NdrOchipS@PcampbellAfamily.Mbiz> 3 " Maintainer: Charles E. Campbell <NdrOchipS@PcampbellAfamily.Mbiz>
4 " Last Change: Oct 23, 2014 4 " Last Change: Jan 13, 2015
5 " Version: 5 5 " Version: 6
6 " URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_SM 6 " URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_SM
7 7
8 " For version 5.x: Clear all syntax items 8 if exists("b:current_syntax")
9 " For version 6.x: Quit when a syntax file was already loaded
10 if version < 600
11 syntax clear
12 elseif exists("b:current_syntax")
13 finish 9 finish
14 endif 10 endif
15 11
16 " Comments 12 " Comments
17 syn match smComment "^#.*$" contains=@Spell 13 syn match smComment "^#.*$" contains=@Spell