view src/gvimtutor @ 26086:781b2d806215

Added tag v8.2.3576 for changeset afc5987e9670b1af0a583a34ddc230f9213a6068
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Nov 2021 14:30:05 +0100
parents d4faa2c5211b
children
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 "$@"