view src/gvimtutor @ 28271:c84f4e34ba16 v8.2.4661

patch 8.2.4661: Coverity warning for using uninitialized variable Commit: https://github.com/vim/vim/commit/ffe6e646dc6aede3bce062e40256ce0edc64bc08 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 1 13:23:47 2022 +0100 patch 8.2.4661: Coverity warning for using uninitialized variable Problem: Coverity warning for using uninitialized variable. Solution: Initialize variable to NULL.
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 Apr 2022 14:30:03 +0200
parents d4faa2c5211b
children
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 "$@"