diff options
Diffstat (limited to 'ext/standard/soundex.c')
-rw-r--r-- | ext/standard/soundex.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/standard/soundex.c b/ext/standard/soundex.c index 107088dc2f..a67462b1a0 100644 --- a/ext/standard/soundex.c +++ b/ext/standard/soundex.c @@ -117,5 +117,6 @@ PHP_FUNCTION(soundex) * 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 */ |