view src/gvimtutor @ 29790:8874cb642b70 v9.0.0234

patch 9.0.0234: cannot make difference between :normal end and argument char Commit: https://github.com/vim/vim/commit/8d69637133e17370491b83da8657a15b991c2f76 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 21 10:40:07 2022 +0100 patch 9.0.0234: cannot make difference between :normal end and argument char Problem: Cannot make difference between the end of :normal and a character in its argument. Solution: Add the "typebuf_was_empty" flag. (closes #10950)
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Aug 2022 11: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 "$@"