view src/gvimtutor @ 32674:195ebcb7c329

Added tag v9.0.1667 for changeset bf6720206d5859e1e7cfc22631bdffbb7bc4ef04
author Bram Moolenaar <Bram@vim.org>
date Mon, 26 Jun 2023 20:15:03 +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 "$@"