view src/gvimtutor @ 23140:ecc6bcc644b7 v8.2.2116

patch 8.2.2116: MS-Windows GUI: test for 'guifont' is incomplete Commit: https://github.com/vim/vim/commit/2c78a772fdb5f6a16d16a47e7f218051c4dcb845 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 9 12:01:03 2020 +0100 patch 8.2.2116: MS-Windows GUI: test for 'guifont' is incomplete Problem: MS-Windows GUI: test for 'guifont' is incomplete. Solution: Set 'renderoptions'. (Christian Brabandt)
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Dec 2020 12:15: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 "$@"