view src/gvimtutor @ 15051:f6b3fe138e84

Added tag v8.1.0536 for changeset c7628d6bc0dca6e1433055030bf3df428e96f376
author Bram Moolenaar <Bram@vim.org>
date Sun, 18 Nov 2018 12:30:07 +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 "$@"