This is more useful behaviour than matching against every regex.
E.g. if I have
$ v -l
2 ~/.../json/navigation.json
1 ~/.../app.js
0 ~/.../sass/theme.sass
I want v app the to start vim with two buffers, one of ~/.../app.js and the other of ~/.../sass/theme.sass.
This is more useful behaviour than matching against every regex.
E.g. if I have
I want
v app theto start vim with two buffers, one of~/.../app.jsand the other of~/.../sass/theme.sass.