view src/gvimtutor @ 28624:cfe842c7e379

Added tag v8.2.4835 for changeset 1d92ba691dc46bf3db9f54490cfdb51bd6c9d130
author Bram Moolenaar <Bram@vim.org>
date Wed, 27 Apr 2022 23: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 "$@"