view src/gvimtutor @ 15544:9812666a6812

Added tag v8.1.0779 for changeset dd725a8ab112506e64e7e4dc859b0ae9f6a7fc3a
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Jan 2019 17:45:08 +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 "$@"