]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3947: unnecessary check for NULL pointer v8.2.3947
authorzeertzjq <zeertzjq@outlook.com>
Thu, 30 Dec 2021 13:45:57 +0000 (13:45 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 30 Dec 2021 13:45:57 +0000 (13:45 +0000)
commitf38aad85cf8e4e930c96cb843bc136949c8dbd29
treef0f0bb71042ab3b49a8691fcc5beb55da1f1e2f1
parent1c67f3a9779b99bed7aacb3108abbb649445d3ed
patch 8.2.3947: unnecessary check for NULL pointer

Problem:    Unnecessary check for NULL pointer.
Solution:   Remove the check. (closes #9434)
src/ex_docmd.c
src/version.c