view src/gvimtutor @ 30126:01408b56f093 v9.0.0399

patch 9.0.0399: using :defer in expression funcref not tested Commit: https://github.com/vim/vim/commit/98aff658d5f97629d7c3a9fccac6c79fc9c6029d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 6 21:02:35 2022 +0100 patch 9.0.0399: using :defer in expression funcref not tested Problem: Using :defer in expression funcref not tested. Solution: Add a test. Fix uncovered problems.
author Bram Moolenaar <Bram@vim.org>
date Tue, 06 Sep 2022 22:15:02 +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 "$@"