view src/gvimtutor @ 19966:c0eb073378e7 v8.2.0539

patch 8.2.0539: comparing two NULL list fails Commit: https://github.com/vim/vim/commit/7b293c730b07d1586688e622b8d9cbbb4a52379b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 9 21:33:22 2020 +0200 patch 8.2.0539: comparing two NULL list fails Problem: Comparing two NULL list fails. Solution: Change the order of comparing two lists.
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Apr 2020 21:45: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 "$@"