commit | 9071ed8107244e0c56a16b77d1c28e975cb21dd2 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Thu Feb 15 20:17:37 2024 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Thu Feb 15 20:17:37 2024 +0100 |
tree | 81dbf77196eba6af7b99de1785d7e2b5b4dfda68 | |
parent | f0d3d4a42657dca996e790aa829de3c6be7fdb63 [diff] [blame] |
patch 9.1.0113: duplicate code when cleaning undo stack Problem: duplicate code when cleaning undo stack Solution: refactor undo cleanup into a single public function related: #13928 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index d23c9ce..25fff83 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 113, +/**/ 112, /**/ 111,