view src/gvimtutor @ 26002:c45e990847e5

patch 8.2.3534: autoread test is a bit flaky Commit: https://github.com/vim/vim/commit/944eeb44fb6e9d6d28474a1348d27c07873892f9 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 18 14:37:13 2021 +0100 patch 8.2.3534: autoread test is a bit flaky Problem: Autoread test is a bit flaky. Solution: Wait a brief moment before overwriting the file.
author Bram Moolenaar <Bram@vim.org>
date Mon, 18 Oct 2021 15:45:04 +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 "$@"