]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1481: clearing a pointer takes two lines v8.0.1481
authorBram Moolenaar <Bram@vim.org>
Fri, 9 Feb 2018 11:29:56 +0000 (12:29 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 9 Feb 2018 11:29:56 +0000 (12:29 +0100)
commit1567558b20575e1b17c3808c6bd622b0b4810e36
tree99daa4315bad8425010182fc21c12516a5c96713
parent0562532c2eee6205d225aa1dc7e3e89af0dfd990
patch 8.0.1481: clearing a pointer takes two lines

Problem:    Clearing a pointer takes two lines.
Solution:   Add vim_clear() to free and clear the pointer.
src/edit.c
src/misc2.c
src/proto/misc2.pro
src/version.c