]> granicus.if.org Git - vim/commit
patch 8.2.4040: keeping track of allocated lines is too complicated v8.2.4040
authorBram Moolenaar <Bram@vim.org>
Sat, 8 Jan 2022 15:39:39 +0000 (15:39 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 8 Jan 2022 15:39:39 +0000 (15:39 +0000)
commit9f1a39a5d1cd7989ada2d1cb32f97d84360e050f
tree9ea5c2c61d570af5fa2cee2e1a7ef6d6d107569e
parent67ffb417861a90fd2c1b215a42fd230272ed94cb
patch 8.2.4040: keeping track of allocated lines is too complicated

Problem:    Keeping track of allocated lines in user functions is too
            complicated.
Solution:   Instead of freeing individual lines keep them all until the end.
src/alloc.c
src/message.c
src/proto/alloc.pro
src/proto/userfunc.pro
src/testdir/test_vim9_func.vim
src/usercmd.c
src/userfunc.c
src/version.c
src/vim9compile.c
src/viminfo.c