view src/gvimtutor @ 27662:21654b0c1a95

Added tag v8.2.4356 for changeset 2062de7c0edd612bc92267482bd2c97bf8de2350
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Feb 2022 13:15: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 "$@"