view src/gvimtutor @ 15321:baa9f456f02a

Added tag v8.1.0668 for changeset de8dc397cd2aa8c505f6a1c5f04631c69f8322b5
author Bram Moolenaar <Bram@vim.org>
date Mon, 31 Dec 2018 21:15:05 +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 "$@"