view src/gvimtutor @ 19684:0b7b0650000a

Added tag v8.2.0398 for changeset dd028abdde0f3dfa6e72440cc19cf3de03356485
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 Mar 2020 21:00:07 +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 "$@"