view src/gvimtutor @ 18585:48022f69edd9

Added tag v8.1.2286 for changeset 351659cbadb406481ca056403b90c31bf42d6991
author Bram Moolenaar <Bram@vim.org>
date Sun, 10 Nov 2019 15:30: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 "$@"