view src/gvimtutor @ 28094:945bcf779047

Added tag v8.2.4571 for changeset 3fd6b3ebe0b765ba9f38c018f0fdd59b4557fd3e
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Mar 2022 13:15: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 "$@"