]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0667: memory access error when command follows :endfunc v8.0.0667
authorBram Moolenaar <Bram@vim.org>
Sat, 24 Jun 2017 12:48:11 +0000 (14:48 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 24 Jun 2017 12:48:11 +0000 (14:48 +0200)
commit53564f7c1a2998d92568e07fff1f2a4c1cecb646
tree161f99431749a8300e546b67d7c750f934522a4c
parent5fe691240bff11e9618252486147f0156e875666
patch 8.0.0667: memory access error when command follows :endfunc

Problem:    Memory access error when command follows :endfunction. (Nikolai
            Pavlov)
Solution:   Make memory handling in :function straightforward. (closes #1793)
src/testdir/test_vimscript.vim
src/userfunc.c
src/version.c