gvimtutor 144 B

123456789
  1. #!/bin/sh
  2. # Start GUI Vim on a copy of the tutor file.
  3. # Usage: gvimtutor [xx]
  4. # See vimtutor for usage.
  5. exec `dirname $0`/vimtutor -g "$@"