view src/gvimtutor @ 17752:6e11a5cb1533 v8.1.1873

patch 8.1.1873: cannot build tiny version commit https://github.com/vim/vim/commit/df707755554ecc102a908e8d5b64f2903f4f3686 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 17 17:50:07 2019 +0200 patch 8.1.1873: cannot build tiny version Problem: Cannot build tiny version. Solution: Remove #ifdef for is_autocmd_blocked().
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Aug 2019 18:00:03 +0200
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 "$@"