view src/gvimtutor @ 27458:2a7fc102cb91

Added tag v8.2.4257 for changeset 4c16acb2525f9932073d84ac6713e9d575f02270
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Jan 2022 23:00:06 +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 "$@"