view src/gvimtutor @ 17911:6ec211f84436

Added tag v8.1.1951 for changeset f084f846442a9f81393e74894fd6aebd8b2e83e8
author Bram Moolenaar <Bram@vim.org>
date Sat, 31 Aug 2019 18:00:04 +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 "$@"