view src/gvimtutor @ 26375:80090a424cdd

Added tag v8.2.3718 for changeset 59f2b11ad1bed2c4ca6fb003c5427ea5a3f6aa68
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Dec 2021 12:45:04 +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 "$@"