diff options
Diffstat (limited to 'ext/zip/zip.c')
-rw-r--r-- | ext/zip/zip.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/zip/zip.c b/ext/zip/zip.c index dd82e646be..4460fd5d14 100644 --- a/ext/zip/zip.c +++ b/ext/zip/zip.c @@ -333,5 +333,6 @@ PHP_FUNCTION(zip_entry_close) * tab-width: 4 * c-basic-offset: 4 * End: - * vim: sw=4 ts=4 tw=78 fdm=marker + * vim600: sw=4 ts=4 tw=78 fdm=marker + * vim<600: sw=4 ts=4 tw=78 */ |