Mercurial > vim
view src/gvimtutor @ 18119:40a1b1bc457e
Added tag v8.1.2054 for changeset 9b7c7754ba9d1d30ffe1c56991f98d445541c24b
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 18 Sep 2019 21:45:03 +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 "$@"