view src/gvimtutor @ 27777:95c4f1b1421b

Added tag v8.2.4414 for changeset addcf70c83461a3e5413bbaf0a69361916ab6034
author Bram Moolenaar <Bram@vim.org>
date Fri, 18 Feb 2022 15: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 "$@"