view src/gvimtutor @ 4735:4bdece3fb6a6

Added tag v7-3-1114 for changeset 532c31f9e92f
author Bram Moolenaar <bram@vim.org>
date Tue, 04 Jun 2013 21:42:22 +0200
parents 4a317df16962
children d4faa2c5211b
line wrap: on
line source

#!/bin/sh

# Start GUI Vim on a copy of the tutor file.

# Usage: gvimtutor [xx]
# See vimtutor for usage.

exec `dirname $0`/vimtutor -g "$@"