view src/gvimtutor @ 28896:915bc19857dd

Added tag v8.2.4970 for changeset 228154db3ce66e3ebbb54d90c1ddcb013aae429c
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 May 2022 14:00:06 +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 "$@"