updated for version 7.4.260 v7.4.260
authorBram Moolenaar <Bram@vim.org>
Wed, 23 Apr 2014 15:43:42 +0000 (17:43 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 23 Apr 2014 15:43:42 +0000 (17:43 +0200)
commit9bdfb0025cba78c7a917f7f9420fe00136918e1c
treed054880923ec3a3ca5ed469807f8fde753880431
parent62f167f716beb8bfeaadb8ec506a257827f701a2
updated for version 7.4.260
Problem:    It is possible to define a function with a colon in the name.  It
            is possible to define a function with a lower case character if a
            "#" appears after the name.
Solution:   Disallow using a colon other than with "s:".  Ignore "#" after the
            name.
src/eval.c
src/testdir/test_eval.in
src/testdir/test_eval.ok
src/version.c