view src/gvimtutor @ 15116:80ba0405fcd2

Added tag v8.1.0568 for changeset f17110dae9de9fec4163d21662aa1abbc9b3b352
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Dec 2018 14: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 "$@"