view src/gvimtutor @ 22567:2245779ade24

Added tag v8.2.1831 for changeset 12b4e321a625a409d762da1a4cc9a5fd4a1ebcdb
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Oct 2020 14:30:04 +0200
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 "$@"