view src/gvimtutor @ 34267:3a5750596c3d v9.1.0072

patch 9.1.0072: Not able to build without FEAT_DIFF Commit: https://github.com/vim/vim/commit/609370392a7b88dc2db38d01577509575216ff36 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sat Feb 3 17:41:54 2024 +0100 patch 9.1.0072: Not able to build without FEAT_DIFF Problem: Not able to build without FEAT_DIFF (John Marriott, after 9.1.0071) Solution: Adjust #ifdefs (Yegappan Lakshmanan) closes: #13964 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 03 Feb 2024 18:00:02 +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 "$@"