view src/gvimtutor @ 16538:cb7c468eae13

Added tag v8.1.1272 for changeset d9f6590071097bc26887abcc5ea6083db1ecc45a
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 May 2019 13:15:08 +0200
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 "$@"