annotate runtime/syntax/phtml.vim @ 7005:bb44542231dc v7.4.820

patch 7.4.820 Problem: Invalid memory access in file_pat_to_reg_pat. Solution: Avoid looking before the start of a string. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Tue, 11 Aug 2015 18:45:48 +0200
parents 18ee39301b82
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 " Vim syntax file
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 7
diff changeset
2 " PHTML used to be the filetype for PHP 2.0. Now everything is PHP.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 7
diff changeset
4 if !exists("b:current_syntax")
18ee39301b82 updated for version 7.2a
vimboss
parents: 7
diff changeset
5 runtime! syntax/php.vim
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6 endif