view src/gvimtutor @ 28049:6312a35b254a v8.2.4549

patch 8.2.4549: cannot build with Motif and editres Commit: https://github.com/vim/vim/commit/e2adcf397421d47440d135a97765e1dbe7f824fe Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 12 11:57:25 2022 +0000 patch 8.2.4549: cannot build with Motif and editres Problem: Cannot build with Motif and editres. (Tony Mechelynck) Solution: Fix configure mistake.
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Mar 2022 13:00:04 +0100
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 "$@"