]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.264 v7.4.264
authorBram Moolenaar <Bram@vim.org>
Wed, 23 Apr 2014 18:43:41 +0000 (20:43 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 23 Apr 2014 18:43:41 +0000 (20:43 +0200)
commiteccb7fc3158877d93194e6b7c0f7e542b4544137
treec4fbd5ab6d78bd46b25d796a2b9451c1e0b63f31
parent163d0da508d1a206e6a6ee7e2a34fa0a583ae16c
updated for version 7.4.264
Problem:    Can't define a function starting with "g:".  Can't assign a
            funcref to a buffer-local variable.
Solution:   Skip "g:" at the start of a function name.  Don't check for colons
            when assigning to a variable.
src/eval.c
src/testdir/test_eval.in
src/testdir/test_eval.ok
src/version.c