Tuesday, November 11, 2014

Re: ** matches one or more directories, not zero or more

Am 2014-11-12 08:45, schrieb Christian Brabandt:
> No it is not. Both patterns are converted to the regexp
> ^/home/user/.*\.ex$

And that even explains why ~/**/*.ex does not match ~/foobar.ex
It is converted to the regexp:
^/home/user/.*/.*\.ex$

I still do not consider this a bug. It is exactly what the user
specified.

Best,
Christian

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment