]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4431: unnecessary condition when assigning to a variable v8.2.4431
authorBram Moolenaar <Bram@vim.org>
Mon, 21 Feb 2022 15:59:11 +0000 (15:59 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 21 Feb 2022 15:59:11 +0000 (15:59 +0000)
commit993faa34059c7fa304e2d4357c57463765cba6d3
treef2718e708497b0b00ad99a8ee0d30bc8f321f1c8
parent101979358f9addfac1414579c4191682e9e42468
patch 8.2.4431: unnecessary condition when assigning to a variable

Problem:    Unnecessary condition when assigning to a variable.
Solution:   Remove the condition.
src/evalvars.c
src/version.c