view src/gvimtutor @ 19547:2d657ba32b83

Added tag v8.2.0330 for changeset 71d0c4f5fcd9cdfe9f5dcb7f999dc662a1db9f60
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 Feb 2020 23:00: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 "$@"