summaryrefslogtreecommitdiff
path: root/ext/standard/crc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/crc32.c')
-rw-r--r--ext/standard/crc32.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/standard/crc32.c b/ext/standard/crc32.c
index e7b754d92f..86fe56cccc 100644
--- a/ext/standard/crc32.c
+++ b/ext/standard/crc32.c
@@ -131,5 +131,6 @@ PHP_NAMED_FUNCTION(php_if_crc32)
* 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
*/