view src/gvimtutor @ 16685:8afb13c6a0d9

Added tag v8.1.1344 for changeset 1c2d9f67d98f57a0518ac2a776d68feb278cc0f8
author Bram Moolenaar <Bram@vim.org>
date Sat, 18 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 "$@"