view src/gvimtutor @ 30283:d751e924cc29 v9.0.0477

patch 9.0.0477: missing dependency may cause crashes on incomplete build Commit: https://github.com/vim/vim/commit/3e8b7a6056986caf561f1b6168af7837919df9b9 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 16 12:28:34 2022 +0100 patch 9.0.0477: missing dependency may cause crashes on incomplete build Problem: Missing dependency may cause crashes on incomplete build. Solution: Add dependency.
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Sep 2022 13:30:07 +0200
parents d4faa2c5211b
children
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 "$@"