view src/gvimtutor @ 30303:05bd2e2a2967

Added tag v9.0.0487 for changeset 6a1ed021a0c0aa2cb0d6fec285f03d552f10dd28
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Sep 2022 17:30:05 +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 "$@"