view src/gvimtutor @ 25727:71d3ebfb00b6 v8.2.3399

patch 8.2.3399: Octave files are not recognized Commit: https://github.com/vim/vim/commit/deba5eb195d6ac70171d4973091fa884809fa3fa Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 3 19:21:36 2021 +0200 patch 8.2.3399: Octave files are not recognized Problem: Octave files are not recognized. Solution: Detect Octave files. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 Sep 2021 19:30:04 +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 "$@"