view src/gvimtutor @ 15120:c030b2433d92

Added tag v8.1.0570 for changeset 6e9f37bf987b4ae3807757b2926c7801a2d2b5a6
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 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 "$@"