jdhao's digital space

Recent content on jdhao's digital space

马上订阅 jdhao's digital space RSS 更新: https://jdhao.github.io/index.xml

Edit Multiple Files at once in Neovim

2020年10月28日 00:21

When I was in a folder and tried to edit multiple files using glob pattern with the following Neovim command:

:edit *.vim

I was surprised to find that Neovim gives the following error message:

E77: Too many file names.