mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-03 13:21:51 +00:00
Don't add vimline to auto-generated files.
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
parent
33a873f5cb
commit
0c9dfc6c3d
@ -400,5 +400,3 @@
|
|||||||
</file>
|
</file>
|
||||||
</directive>
|
</directive>
|
||||||
</usage>
|
</usage>
|
||||||
|
|
||||||
<!-- vim: et sw=4 sts=4 -->
|
|
||||||
|
@ -204,5 +204,3 @@ require 'HTMLPurifier/URIScheme/news.php';
|
|||||||
require 'HTMLPurifier/URIScheme/nntp.php';
|
require 'HTMLPurifier/URIScheme/nntp.php';
|
||||||
require 'HTMLPurifier/VarParser/Flexible.php';
|
require 'HTMLPurifier/VarParser/Flexible.php';
|
||||||
require 'HTMLPurifier/VarParser/Native.php';
|
require 'HTMLPurifier/VarParser/Native.php';
|
||||||
|
|
||||||
// vim: et sw=4 sts=4
|
|
||||||
|
@ -198,5 +198,3 @@ require_once $__dir . '/HTMLPurifier/URIScheme/news.php';
|
|||||||
require_once $__dir . '/HTMLPurifier/URIScheme/nntp.php';
|
require_once $__dir . '/HTMLPurifier/URIScheme/nntp.php';
|
||||||
require_once $__dir . '/HTMLPurifier/VarParser/Flexible.php';
|
require_once $__dir . '/HTMLPurifier/VarParser/Flexible.php';
|
||||||
require_once $__dir . '/HTMLPurifier/VarParser/Native.php';
|
require_once $__dir . '/HTMLPurifier/VarParser/Native.php';
|
||||||
|
|
||||||
// vim: et sw=4 sts=4
|
|
||||||
|
@ -35,6 +35,9 @@ foreach ($files as $file) {
|
|||||||
postfix_is('VERSION', $file) ||
|
postfix_is('VERSION', $file) ||
|
||||||
postfix_is('WHATSNEW', $file) ||
|
postfix_is('WHATSNEW', $file) ||
|
||||||
postfix_is('FOCUS', $file) ||
|
postfix_is('FOCUS', $file) ||
|
||||||
|
postfix_is('configdoc/usage.xml', $file) ||
|
||||||
|
postfix_is('library/HTMLPurifier.includes.php', $file) ||
|
||||||
|
postfix_is('library/HTMLPurifier.safe-includes.php', $file) ||
|
||||||
// phpt files
|
// phpt files
|
||||||
postfix_is('.diff', $file) ||
|
postfix_is('.diff', $file) ||
|
||||||
postfix_is('.exp', $file) ||
|
postfix_is('.exp', $file) ||
|
||||||
|
Loading…
Reference in New Issue
Block a user