view src/gvimtutor @ 20704:487481a57366

Added tag v8.2.0905 for changeset ce55e65d7e4148c30ddff1ca310e865bddef60e5
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Jun 2020 23:00:04 +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 "$@"