Commit 0b2901b7 authored by Wayne Davison's avatar Wayne Davison

Changed the "s" modifier to "w" for a word-splitting merge file.

parent faa82484
......@@ -683,7 +683,7 @@ static const char *get_filter_tok(const char *p, int xflags,
case 'n':
mflags |= MATCHFLG_NO_INHERIT;
break;
case 's':
case 'w':
mflags |= MATCHFLG_WORD_SPLIT;
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment