]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0179: redundant condition for boundary check v8.1.0179
authorBram Moolenaar <Bram@vim.org>
Fri, 13 Jul 2018 14:31:19 +0000 (16:31 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 13 Jul 2018 14:31:19 +0000 (16:31 +0200)
commitefc81331e7bceafa2d7bc452a98d6ec1943b4292
tree8942668ba3f82569214a27cd0acf5ccabd565a4d
parente76c4b237d41d0e62ca5d4fc76d1dd163fe222c0
patch 8.1.0179: redundant condition for boundary check

Problem:    Redundant condition for boundary check.
Solution:   Remove the condition. (Dominique Pelle). Change FALSE to FAIL.
src/undo.c
src/version.c