summaryrefslogtreecommitdiff
path: root/win32/fnmatch.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-05-20 18:51:19 +0200
committerAnatol Belski <ab@php.net>2015-05-20 19:14:05 +0200
commita6190359adc931e46a81e7603b80311654ff3ac1 (patch)
treee7701843a6324b6aedefd4d1d4e56db0154c1e30 /win32/fnmatch.c
parenta233af16b9c8c26583271498db404585582ef036 (diff)
downloadphp-git-a6190359adc931e46a81e7603b80311654ff3ac1.tar.gz
add vim modelines
Diffstat (limited to 'win32/fnmatch.c')
-rw-r--r--win32/fnmatch.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/win32/fnmatch.c b/win32/fnmatch.c
index 590d23f5f9..c3bc5bc5e2 100644
--- a/win32/fnmatch.c
+++ b/win32/fnmatch.c
@@ -196,3 +196,12 @@ rangematch(const char *pattern, char test, int flags)
}
return (ok == negate ? NULL : pattern);
}
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */