view src/gvimtutor @ 32095:3b1944008f7e

Added tag v9.0.1378 for changeset 7d94b1c0f292cb2afb284750e009d2d36e03364e
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 Mar 2023 15:15:04 +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 "$@"