In a given working directory, if I do
:tabe **/test*.py
vim complains with E77: Too many file names. What if I wa
vim
E77: Too many file names
You can use the following:
:next **/test*.py
It opens all the files.