]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1559 v7.4.1559
authorBram Moolenaar <Bram@vim.org>
Mon, 14 Mar 2016 22:05:14 +0000 (23:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 14 Mar 2016 22:05:14 +0000 (23:05 +0100)
commit1735bc988c546cc962c5f94792815b4d7cb79710
tree5d1fcc3e5d0f0d37fa33097c2eacff4cbc2317d4
parent9cdf86b86f5fdb5a45b682f336846f9d9a9c6f1f
patch 7.4.1559
Problem:    Passing cookie to a callback is clumsy.
Solution:   Change function() to take arguments and return a partial.
12 files changed:
runtime/doc/eval.txt
src/channel.c
src/eval.c
src/if_py_both.h
src/if_python.c
src/if_python3.c
src/json.c
src/proto/eval.pro
src/structs.h
src/testdir/test_alot.vim
src/testdir/test_partial.vim [new file with mode: 0644]
src/version.c