view src/gvimtutor @ 15813:ad21b64216aa

Added tag v8.1.0913 for changeset 3808b583889eafd3727d7fe89480cfae87a669d0
author Bram Moolenaar <Bram@vim.org>
date Wed, 13 Feb 2019 22:00:08 +0100
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 "$@"