Mercurial > vim
view src/gvimtutor @ 6436:26a20ce3532c v7.4.548
updated for version 7.4.548
Problem: Function name not recognized correctly when inside a function.
Solution: Don't check for an alpha character.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Sat, 13 Dec 2014 20:50:09 +0100 |
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 "$@"