Mercurial > vim
view src/gvimtutor @ 5850:1a5ed2626b26 v7.4.268
updated for version 7.4.268
Problem: Using exists() on a funcref for a script-local function does not
work.
Solution: Translate <SNR> to the special byte sequence. Add a test.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Tue, 29 Apr 2014 14:03:02 +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 "$@"