view src/gvimtutor @ 22006:468569085ab2 v8.2.1552

patch 8.2.1552: warnings from asan with clang-11 Commit: https://github.com/vim/vim/commit/64f37d309025a65210dbc33823ec9ec5d547775f Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 31 19:58:13 2020 +0200 patch 8.2.1552: warnings from asan with clang-11 Problem: Warnings from asan with clang-11. (James McCoy) Solution: Avoid using a NULL pointer. (issue https://github.com/vim/vim/issues/6811)
author Bram Moolenaar <Bram@vim.org>
date Mon, 31 Aug 2020 20:00:05 +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 "$@"