]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1433: Unnecessary :if when writing session v9.1.1433
authorzeertzjq <zeertzjq@outlook.com>
Thu, 5 Jun 2025 18:25:51 +0000 (20:25 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 5 Jun 2025 18:25:51 +0000 (20:25 +0200)
commit8f751d56f40b8b45b6d37c73c2c1abdda18c2d4c
tree6afbf5cb01f28b1a56e0146bf78131ae6f345c81
parent1cccdebc0f20281daabce3bef0a5cec3a04ffd25
patch 9.1.1433: Unnecessary :if when writing session

Problem:  Unnecessary :if in session where both branches have the same
          effect (after 9.1.1431).
Solution: Remove the superfluous :if (zeertzjq).

closes: #17448

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