Mercurial > vim
view src/gvimtutor @ 2815:e4403440e192 v7.3.183
updated for version 7.3.183
Problem: When Exuberant ctags binary is exuberant-ctags it's not found.
Solution: Add configure check for exuberant-ctags.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Tue, 10 May 2011 15:42: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 "$@"