annotate runtime/syntax/phtml.vim @ 19776:42e4083429a7

patch 8.2.0444: swap file test fails on some systems Commit: https://github.com/vim/vim/commit/d36ef573b2fad620824495f5423cb649cde55e03 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 24 21:44:51 2020 +0100 patch 8.2.0444: swap file test fails on some systems Problem: Swap file test fails on some systems. Solution: Preserve the swap file. Send NL terminated keys.
author Bram Moolenaar <Bram@vim.org>
date Tue, 24 Mar 2020 21:45:05 +0100
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