]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2272 v7.4.2272
authorBram Moolenaar <Bram@vim.org>
Sat, 27 Aug 2016 18:34:01 +0000 (20:34 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 27 Aug 2016 18:34:01 +0000 (20:34 +0200)
commit9f8187c335b4fb07be9095dfdd0fc52670ba3c3f
tree750123267f19aaf0f905fb207ab8378e3bdf577a
parentffdf08c94e16b0813862bdfdbc1c92892d2e4c93
patch 7.4.2272
Problem:    getbufinfo(), getwininfo() and gettabinfo() are inefficient.
Solution:   Instead of making a copy of the variables dictionary, use a
            reference.
src/evalfunc.c
src/version.c