view src/gvimtutor @ 29753:dc388902b2f7

Added tag v9.0.0216 for changeset b011518123503652688a00398ace315aec3363f6
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Aug 2022 18: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 "$@"