Mercurial > vim
view src/gvimtutor @ 31931:96ac3ba1fc35
Added tag v9.0.1297 for changeset e3ab1d0f2ef92a0a43d9f81649af528ea8f39acb
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 10 Feb 2023 22:00:03 +0100 |
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 "$@"