]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0287: debug mode: cannot access function arguments v8.0.0287
authorBram Moolenaar <Bram@vim.org>
Wed, 1 Feb 2017 19:26:51 +0000 (20:26 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 1 Feb 2017 19:26:51 +0000 (20:26 +0100)
commitc7d9eacefa319e5ac3b3b2334fda5acb126b8716
tree1ba3f11d8a803e7d20c804050f43d2427ff88606
parentc10f0e7cb0f35eea489b038e56c87b818eee975b
patch 8.0.0287: debug mode: cannot access function arguments

Problem:    Cannot access the arguments of the current function in debug mode.
            (Luc Hermitte)
Solution:   use get_funccal(). (Lemonboy, closes #1432, closes #1352)
src/userfunc.c
src/version.c