view src/gvimtutor @ 13052:16b241634614 v8.0.1401

patch 8.0.1401: cannot build with GTK but without XIM commit https://github.com/vim/vim/commit/cb89c98c264b0fe9fd26e3501eab5a062e57c064 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 17 21:54:55 2017 +0100 patch 8.0.1401: cannot build with GTK but without XIM Problem: Cannot build with GTK but without XIM. (Guido) Solution: Adjust #ifdef. (closes https://github.com/vim/vim/issues/2461)
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Dec 2017 22:00:06 +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 "$@"