view src/gvimtutor @ 21804:4a77c5e2264d

Added tag v8.2.1451 for changeset e591b448a67036ac0f2667e10c238ada3e43454b
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Aug 2020 21:30:05 +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 "$@"