view src/gvimtutor @ 15409:400233bbf952

Added tag v8.1.0712 for changeset cd1b393ddb5f4e47af505a095cecf6edae9a07ee
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Jan 2019 23:15:06 +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 "$@"