view src/gvimtutor @ 26957:e5b81e2bed22

Added tag v8.2.4007 for changeset 86f8718c643dea8fa7ad788c539ea571afc5f418
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Jan 2022 15:15:03 +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 "$@"