view src/gvimtutor @ 30681:a7f174d34f85 v9.0.0675

patch 9.0.0675: search test screendump is outdated Commit: https://github.com/vim/vim/commit/851907a7ab2db84e1e93c3f7ef417cc46c5c19c7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 6 16:33:15 2022 +0100 patch 9.0.0675: search test screendump is outdated Problem: Search test screendump is outdated. Solution: Update the screendump for improved display.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Oct 2022 17:45:05 +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 "$@"