view src/gvimtutor @ 19516:209388e9e179

Added tag v8.2.0315 for changeset 020056c2fd39069b4254ab17ac2b273bce378e52
author Bram Moolenaar <Bram@vim.org>
date Tue, 25 Feb 2020 21:30:05 +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 "$@"