Mercurial > vim
view runtime/syntax/tar.vim @ 9408:6814811b90d5 v7.4.1985
commit https://github.com/vim/vim/commit/3b98b830017b8bf5fd270db93dfe187434df1960
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jul 2 21:45:17 2016 +0200
patch 7.4.1985
Problem: Missing changes in VMS build file.
Solution: Use the right file name.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 02 Jul 2016 22:00:05 +0200 |
parents | 7472c565592a |
children | 1e9e9d89f0ee |
line wrap: on
line source
" Language : Tar Listing Syntax " Maintainer : Bram Moolenaar " Last change: Sep 08, 2004 if exists("b:current_syntax") finish endif syn match tarComment '^".*' contains=tarFilename syn match tarFilename 'tarfile \zs.*' contained syn match tarDirectory '.*/$' hi def link tarComment Comment hi def link tarFilename Constant hi def link tarDirectory Type " vim: ts=8