view src/gvimtutor @ 32348:73c473159a74

Added tag v9.0.1505 for changeset edea3992cb01e0a17df310e0b99d62896143db7e
author Bram Moolenaar <Bram@vim.org>
date Tue, 02 May 2023 17:30:06 +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 "$@"