]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1913: Error message with :unlet! and non-existing dictionary item v9.1.1913
authorChristian Brabandt <cb@256bit.org>
Thu, 13 Nov 2025 21:06:43 +0000 (21:06 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 13 Nov 2025 21:06:43 +0000 (21:06 +0000)
commitb8119920eb8dbfed39af88f66d85c65ea4fd8ecf
tree5c23b27e32400bdf3ababc385a30cf6e2b867ccd
parenteb732ed26de4c0c402aeb3bd3ae7c768d7a627f8
patch 9.1.1913: Error message with :unlet! and non-existing dictionary item

Problem:  Error message with :unlet! and non-existing dictionary item
          (Coacher)
Solution: Set GLV_QUIET when using unlet with bang attribute

fixes: #18516
closes: #18734

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/evalvars.c
src/testdir/test_unlet.vim
src/version.c