view src/gvimtutor @ 24252:7422f2f719a3 v8.2.2667

patch 8.2.2667: prop_find() cannot find item matching both id and type Commit: https://github.com/vim/vim/commit/24f21fdfca294fec25861343f8928f6480da95f4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 27 22:07:29 2021 +0100 patch 8.2.2667: prop_find() cannot find item matching both id and type Problem: prop_find() cannot find item matching both id and type. Solution: Add the "both" argument. (Naohiro Ono, closes https://github.com/vim/vim/issues/8019)
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Mar 2021 22:15:03 +0100
parents 4a317df16962
children d4faa2c5211b
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 "$@"