view src/gvimtutor @ 28282:548b4ab77157

Added tag v8.2.4666 for changeset bd1dcc605e58b7bab9a8d5c7905730e9e3c2b211
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Apr 2022 20:45:04 +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 "$@"