view src/gvimtutor @ 23419:63661c0e6694

Added tag v8.2.2252 for changeset 681f042ae5ac94f999f28a24f8090f082b17f375
author Bram Moolenaar <Bram@vim.org>
date Thu, 31 Dec 2020 13:45:05 +0100
parents 4a317df16962
children d4faa2c5211b
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 "$@"