view src/gvimtutor @ 27707:220d58c1748b

Added tag v8.2.4379 for changeset 17cd22b7151b62a36becb18f638db7d8c2f56235
author Bram Moolenaar <Bram@vim.org>
date Mon, 14 Feb 2022 16:00: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 "$@"