view src/gvimtutor @ 27097:6612e555c1c0

Added tag v8.2.4077 for changeset d539c144aeb496e9adb320420449e0ed0417de74
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Jan 2022 16:00: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 "$@"