view src/gvimtutor @ 19140:210c031da828

Added tag v8.2.0129 for changeset edf498427f99427e2a3add4df416bc45d4025b62
author Bram Moolenaar <Bram@vim.org>
date Sat, 18 Jan 2020 16:15:04 +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 "$@"