view src/gvimtutor @ 19887:d03edd8c7e2f

Added tag v8.2.0499 for changeset 4d033d36ba23a20ad8c00bd1c1193ebc521e60f2
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Apr 2020 18:45: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 "$@"