]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0655: not easy to make sure a function does not exist v8.0.0655
authorBram Moolenaar <Bram@vim.org>
Thu, 22 Jun 2017 17:15:24 +0000 (19:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 Jun 2017 17:15:24 +0000 (19:15 +0200)
commitd6abcd154cdc6a8dd4b7c6ccad37617ea8a1b4aa
tree746839083abe888f4424f18c38ac634eec06981b
parent663bb2331626944cea156374858131fcd323b9e9
patch 8.0.0655: not easy to make sure a function does not exist

Problem:    Not easy to make sure a function does not exist.
Solution:   Add ! as an optional argument to :delfunc.
src/ex_cmds.h
src/testdir/test_vimscript.vim
src/userfunc.c
src/version.c