view src/gvimtutor @ 19422:e5cd953790be

Added tag v8.2.0268 for changeset 208644ebdff820d654ef3419a94cdcc7f39e94a1
author Bram Moolenaar <Bram@vim.org>
date Mon, 17 Feb 2020 10:15: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 "$@"