view src/gvimtutor @ 18507:5cab7eef0829

Added tag v8.1.2247 for changeset b065181f0408f092f664f756e7bfd4efc2dbce9c
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Nov 2019 18:45:04 +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 "$@"