]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.614 v7.3.614
authorBram Moolenaar <Bram@vim.org>
Wed, 25 Jul 2012 14:47:03 +0000 (16:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 25 Jul 2012 14:47:03 +0000 (16:47 +0200)
commit0cbba94b7e2575ba311d4eab316cc5528ffd5b67
treed046867458eb407111993eb8a92648c726dbfccf
parent9bdb9a0987d45d74322b7403fe2203cfee983493
updated for version 7.3.614
Problem:    Number argument gets turned into a number while it should be a
            string.
Solution:   Add flag to the call_vim_function() call. (Yasuhiro Matsumoto)
src/edit.c
src/eval.c
src/proto/eval.pro
src/version.c