On 2013–01–07 Christian Brabandt wrote:
> It still doesn't match úã (Is this a bug?).
grep matches ś, vim does not:
echo ś | grep '[[:lower:]]'
ś
abcśdef /[[:lower:]]
^^^ ^^^
There definitely seems to be something wrong.
Marco
No comments:
Post a Comment