view src/gvimtutor @ 27965:735bd3823bb5

Added tag v8.2.4507 for changeset c31bee906b7aabb1a8f561be5c0a8c9639993f57
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Mar 2022 00:30:03 +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 "$@"