view src/gvimtutor @ 5195:aed1105b7cfd

Added tag v7-4a-023 for changeset 45b2278e6f46
author Bram Moolenaar <bram@vim.org>
date Sun, 14 Jul 2013 13:41:56 +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 "$@"