Skip to content

Instantly share code, notes, and snippets.

@jamessan
Created June 29, 2014 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamessan/73a2ea1e610cfe757ca6 to your computer and use it in GitHub Desktop.
Save jamessan/73a2ea1e610cfe757ca6 to your computer and use it in GitHub Desktop.
Build entire file list
let files=join(map(range(0, argc()-1), 'shellescape(argv(v:val))'), ' ')
call system('gvim ' . files . ' ' . opts)
qall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment