view src/gvimtutor @ 27366:66046931fa58 v8.2.4211

patch 8.2.4211: window title test still fails in some configurations Commit: https://github.com/vim/vim/commit/3a8ad5918b5c1b4c36b39c420ce933b452929dd8 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 24 22:18:24 2022 +0000 patch 8.2.4211: window title test still fails in some configurations Problem: Window title test still fails in some configurations. Solution: Use WaitForAssert().
author Bram Moolenaar <Bram@vim.org>
date Mon, 24 Jan 2022 23:30: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 "$@"