view src/gvimtutor @ 21148:667192c5938b v8.2.1125

patch 8.2.1125: Vim9: double quote can be a string or a comment Commit: https://github.com/vim/vim/commit/962d7213194647e90f9bdc608f693d39dd07cbd5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 4 14:15:00 2020 +0200 patch 8.2.1125: Vim9: double quote can be a string or a comment Problem: Vim9: double quote can be a string or a comment. Solution: Only support comments starting with # to avoid confusion.
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 Jul 2020 14:30:04 +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 "$@"