view src/gvimtutor @ 29333:38a15f3738a2

Added tag v9.0.0009 for changeset a538982f74ead73e5368223180c3043a868d5290
author Bram Moolenaar <Bram@vim.org>
date Wed, 29 Jun 2022 22:30:04 +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 "$@"