Mercurial > vim
view src/gvimtutor @ 25740:f798e5664c2b
Added tag v8.2.3405 for changeset 8c4dee4d1ac6d1b2eb674d44d9be4caeee2e13d1
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 06 Sep 2021 17:15:07 +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 "$@"