summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2014-09-04 22:04:58 +0200
committerDaniel Carl <danielcarl@gmx.de>2014-09-04 22:04:58 +0200
commite16ba67cc800d2679f8be4fb60a3a84744af28f0 (patch)
tree04f2d9809ce7d67e1030937c09a76c120f40476a /src/util.c
parent43f07397dd9b7569be8ffde671e233464da55744 (diff)
Allow multiple autocmd patterns (#100).
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.c b/src/util.c
index 6a7d3b4..5c4a2ee 100644
--- a/src/util.c
+++ b/src/util.c
@@ -512,8 +512,6 @@ gboolean util_parse_expansion(const char **input, GString *str, int flags,
* * matches any sequence of characters
* ? matches any single character except of /
* \? matches a ?
- * . matches a .
- * ~ matches a ~
*/
gboolean util_wildmatch(const char *pattern, const char *string)
{