view src/gvimtutor @ 26419:63949665868b

Added tag v8.2.3740 for changeset 9a1b96ae26d1e2fa850188a13e5777a0909b452a
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Dec 2021 12:45:05 +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 "$@"