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
To map it
nmap :args **/*.tplexecute 'argdo tabe %'syntax on
But still it displays list of files, you have to press enter few times (depending of number of files).