view src/gvimtutor @ 24548:0d3d3374240a

Added tag v8.2.2813 for changeset 192058cad08107d09f95aee9b697fb74df0ff613
author Bram Moolenaar <Bram@vim.org>
date Mon, 26 Apr 2021 21:30:05 +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 "$@"