GVIM: How to pass in multiple arguments via a file under windows
问题 Is anyone aware of a command line option or a way to pass in a file to gvim which will use the contents of that file as a list of arguments? Achieving this without having to populate argv with a list of files. The problem is that vim is a unix tool which by default assumes that a list of files would be piped in, if there are say 1000 files that need to be opened, however in the windows world there is a limit to how many arguments you can have on the command line. The way to do this on a