view src/gvimtutor @ 32145:75102c23bc48

Added tag v9.0.1403 for changeset f3987fde6deab7631085b35a3d36a96c06fc793f
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Mar 2023 22:30:06 +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 "$@"