view src/gvimtutor @ 23693:cd06cc37f53f v8.2.2388

patch 8.2.2388: no easy way to get the maximum or mininum number value Commit: https://github.com/vim/vim/commit/57d5a01cb45d6edb16c3835a49b42d6d8fc0163e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 21 21:42:31 2021 +0100 patch 8.2.2388: no easy way to get the maximum or mininum number value Problem: No easy way to get the maximum or mininum number value. Solution: Add v:numbermax and v:numbermin.
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Jan 2021 21:45:04 +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 "$@"