view src/gvimtutor @ 28537:0cb1c5210cda

Added tag v8.2.4792 for changeset b6f2f545f8cc82909aae53ecd6fbb2ab765a48d3
author Bram Moolenaar <Bram@vim.org>
date Tue, 19 Apr 2022 19:30:03 +0200
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 "$@"