view src/gvimtutor @ 29160:0579ef51744c

Added tag v8.2.5099 for changeset 25480d36bff5d200e2489df71aa67a45d900c85d
author Bram Moolenaar <Bram@vim.org>
date Wed, 15 Jun 2022 19:00:03 +0200
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 "$@"