]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1049: Vim9: leaking memory when using continuation line v8.2.1049
authorBram Moolenaar <Bram@vim.org>
Wed, 24 Jun 2020 18:34:03 +0000 (20:34 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 Jun 2020 18:34:03 +0000 (20:34 +0200)
commitb171fb179053fa631fec74911b5fb9374cb6a8a1
treec45ae9287bf07033cc4f3bf43529b7548ba432c9
parent9d40c63c7dc8c3eb3886c58dcd334bc7f37eceba
patch 8.2.1049: Vim9: leaking memory when using continuation line

Problem:    Vim9: leaking memory when using continuation line.
Solution:   Keep a pointer to the continuation line in evalarg_T.  Centralize
            checking for a next command.
23 files changed:
src/beval.c
src/buffer.c
src/clientserver.c
src/eval.c
src/evalvars.c
src/ex_docmd.c
src/ex_eval.c
src/filepath.c
src/findfile.c
src/fold.c
src/globals.h
src/if_ole.cpp
src/if_perl.xs
src/if_tcl.c
src/map.c
src/proto/eval.pro
src/quickfix.c
src/regexp.c
src/register.c
src/screen.c
src/structs.h
src/userfunc.c
src/version.c