]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0372: Calling CLEAR_FIELD() on the same struct twice v9.1.0372
authorzeertzjq <zeertzjq@outlook.com>
Thu, 25 Apr 2024 19:34:10 +0000 (21:34 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 25 Apr 2024 19:34:10 +0000 (21:34 +0200)
commitf68517c1671dfedcc1555da50bc0b3de6d2842f6
tree746231e3ea7fac82e7ab344f6f76e88beff99983
parentf6c1fb20e396148f0b372b658c4021917ca1984a
patch 9.1.0372: Calling CLEAR_FIELD() on the same struct twice

Problem:  Calling CLEAR_FIELD() on the same struct twice.
Solution: Remove the second CLEAR_FIELD().  Move the assignment of
          cookie.sourceing_lnum (zeertzjq).

closes: #14627

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/scriptfile.c
src/version.c