view src/gvimtutor @ 20259:b69e30dc6e6a v8.2.0685

patch 8.2.0685: Build failure Commit: https://github.com/vim/vim/commit/3df02f507f96a246366f96dcce156a0ae7b95611 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 3 15:47:33 2020 +0200 patch 8.2.0685: Build failure Problem: Build failure. Solution: Include missing changes.
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 May 2020 16: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 "$@"